Tag Archives: Jquery
Select element, return 2 values
I had a problem earlier today: I needed to have a select box that returns 2 or more values in stead of 1. I got this far: The value of the options gets the id of the item that is … Continue reading
jQuery API browser
When writing your code using jQuery, you visit their website quite often to get information on attributes, plug-ins, etc. Sometimes the website is slow and not easy to use. Well they recently launched an offline API browser that works super … Continue reading
3 tips when using jQuery
AjaxForm or ajaxSubmit This plug-in provides numerous options you can call to manage your form before and after submission and all this in AJAX. More info on http://malsup.com/jquery/form/ Live Query When an element is loaded into a page, you will … Continue reading