Category Archives: JQuery

Jquery – Get Select List value on change

Get the value(s) of the selected option on change event: For Single Selection: $(‘#checkstatus’).change(function(){ alert($(‘#checkstatus option:selected’).text()); }); For multiple Selection: var str = “”; $(‘#checkstatus’).click(function(){ $(‘#checkstatus :selected’).each(function(i, selected){ str += $(selected).text(); }); $(“#div”).text(str); }); to test the selected values, I placed a div with an id=”div”. For the real application of these, you may use [...]

What is JQuery?

jQuery is a new kind of JavaScript Library. jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript. Find out more: http://jquery.com/ Bookmark on Delicious Digg this post Recommend on Facebook [...]

Blog WebMastered by All in One Webmaster.
Plugin from the creators of Brindes Personalizados :: More at Plulz Wordpress Plugins