June 2011
-
Examining state of multiple checkboxes using jQuery…
When you need to output multiple checkboxes and change certain things based on which ones are checked or unchecked only when the SAVE button is clicked or something then the easiest way to do it is to built Key/Value pairs in jQuery and accessing them in your code as Dictionary values. I have given all… Continue reading
-
Ajax enabled drop down list using jQuery…
So I needed to implement a drop down list in my project and dynamically change the values and the action of this drop down asynchronously. First I used the code based approach to fill the drop down list with default values/actions and then based on certain selectors on the page changed its values/actions using jQuery.… Continue reading
