tags:

views:

512

answers:

15

Post the demo here,

the more the better:)

+10  A: 
Cleiton
freaking love jqgrid, amazingly easy to work with
Allen
can user add a new entry by himself?
Shore
@Shore, sure you can, go to demo page and click on Row Editing -> Basic Example, and see how to do that.
Cleiton
+1  A: 

Taconite. It's kind of hard to show its effects, but it allows the server to send XML to the client and the client will interpret the elements as JQuery statements.

jalbert
+1  A: 
Randell
+4  A: 

The jQuery Form plugin has been very useful for me so far. From the jquery Form plugin page:

The jQuery Form Plugin allows you to easily and unobtrusively upgrade HTML forms to use AJAX. The main methods, ajaxForm and ajaxSubmit, gather information from the form element to determine how to manage the submit process. Both of these methods support numerous options which allows you to have full control over how the data is submitted.

Randell
+4  A: 

Validation. Something we all have to do, all the time, made a little easier.

Ryan Cook
A: 
Randell
+1  A: 
Randell
@Randell,do you know how to make it call a button function when pressing "Enter" ?
Shore
You can use `.keypress()` like this `$('.input').keypress(function(e) if (e.which == 13) { $('yourbutton').submit(); } });` where `13` is *the* enter.
Randell
+5  A: 
Ryan McGeary
+2  A: 

I like jQuery Cycle because I have used it for so many projects now, and you can create your own animations/transitions easily.

Moak
A: 

I love Shadowbox Very lightweight, supports images, flash, iframes, name it

The Disintegrator
+1  A: 

I like the Jquery Upload plugin ... It is real good

JQuery upload

mithunmo
A: 

ImageSwitch

The main point of this plug-in is to make an easy-to-use, simple and fast plug-in to create effect when you switch between images.

Sauron
A: 

jCarousel

This plugin is a great add on for any website with small image thumbnails that you need to show. They will rotate like a carousel.

Sauron
A: 

jQuery Easing Plugin

This plugin will help you create slide motion effects for you website and make panel transitions quite unique.

Sauron
+1  A: 

jTip

JTip allows you to add easy, functional tooltips to your form elements. Really good for helping your users out on the specifics!

Sauron