1
vote
0answers
257 views

AJAX MaskedEditValidator isValidEmpty property manipulation

thanks for visiting , this is my initial question that lead me to modify the behavior of AJAX MaskedEditValidator - isValidEmpty attribute. when you try to cancel the interaction with a form , ...
3
votes
2answers
222 views

How to improve a try on a dual Mode JavaScript textBox WaterMark?

I was just trying to make an alternate Ajax watermark from "insert date" (first mode) to "mm/dd/yyyy" (second mode). After some trial and error, I succefully implemented a solution using JavaScript. ...
5
votes
2answers
268 views

Is there a better way to write this pagination plugin?

This plugin is written in Jquery and is made to support the codeigniter framework. It is an ajax powered table pagination plugin designed to provide only that. You should be able to use almost any ...