JQuery

TwitterFacebook
Get flash to fully experience Pearltrees

How to Develop jQuery UI Widgets | Eric Hynds

http://www.erichynds.com/jquery/tips-for-developing-jquery-ui-widgets/ I’m wrapping up my first jQuery UI widget (see multiselect on GitHub) and thought it would be useful to share some notes I took on the widget factory & widget development in general.
tools

http://net.tutsplus.com/tutorials/javascript-ajax/submit-a-form-without-page-refresh-using-jquery/ Previously on Nettuts+, Philo showed how you can use jQuery to add form validation to wordpress comments that works without any page reload.

Submit A Form Without Page Refresh using jQuery

The purpose of web form validation is to ensure that the user is provided with the necessary information and help so that they can fill out and complete an online form with the minimum amount of fuss and time. http://speckyboy.com/2009/12/17/10-useful-jquery-form-validation-techniques-and-tutorials-2/

10 Useful jQuery Form Validation Techniques and Tutorials

jQuery plugin: Validation

http://bassistance.de/jquery-plugins/jquery-plugin-validation/ This jQuery plugin makes simple clientside form validation trivial, while offering lots of option for customization. That makes a good choice if you’re building something new from scratch, but also when you’re trying to integrate it into an existing application with lots of existing markup. The plugin comes bundled with a useful set of validation methods, including URL and email validation, while providing an API to write your own methods.

Jquery slider

http://www.webdesignshock.com/jquery-slider This is a selection with 200 of the best jQuery sliders plugins and tutorials with a lot of differents features, we’re pretty sure you’ll find exactly what you need or been looking for a while now, so please, go ahead and enjoy.

ajax

http://api.jquery.com/jQuery.ajax/ Description: Perform an asynchronous HTTP (Ajax) request. The $.ajax() function underlies all Ajax requests sent by jQuery. It is often unnecessary to directly call this function, as several higher-level alternatives like $.get() and .load() are available and are easier to use.

sharing a server-side variable with client-side

Hi there, That's a lot of questions in one question... http://p2p.wrox.com/javascript-how/11256-sharing-server-side-variable-client-side.html
http://www.devcurry.com/2010/08/selected-text-and-value-of-aspnet.html I recently saw a question on StackOverflow where a user wanted to retrieve the selected value of an ASP.NET DropDownList using jQuery. I have observed a lot of developers confused on when to use text() vs val(). Here’s the solution taken from my EBook 51 Recipes with jQuery and ASP.NET Controls

Selected Text and Value of ASP.NET DropDownList using jQuery

jQuery, a lightweight (only 19kb in size) JavaScript library has become my new best friend. It’s like mushrooms to Mario. Obviously I’m not alone since Microsoft is now distributing jQuery with Visual Studio (including jQuery intellisense).

Using jQuery with ASP.NET Controls

Slide Elements in Different Directions

Although jQuery has a nice set of slide methods — .slideDown() , .slideUp() , and .slideToggle() — sometimes we may want to slide an element in a different direction.