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

Posted in html, Jquery | Tagged , , , , , | 7 Comments

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

Posted in General, Jquery | Tagged , , , | Leave a comment

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

Posted in Javascript, Jquery | Tagged , , , , , , | Leave a comment

UI/Datepicker

A year ago we started working with the Jquery Library and we are very excited about the easy to use JavaScript library. A very easy and complete documentation can be found on the site and tons of plug-ins are being … Continue reading

Posted in Javascript, Jquery | Tagged , , , | Leave a comment