vote up 8 vote down star
19

Post the demo here,

the more the better:)

flag
9  
community wiki community wiki community wiki – bigmattyh Aug 26 at 3:01
1  
Bullying? Psshh... But regardless of the term, good to know there's a policy on the CW issue, since there isn't really any indication of that anywhere else here on SO, as far as I can tell. – bigmattyh Aug 26 at 3:35

15 Answers

vote up 0 vote down

jTip

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

link|flag
vote up 0 vote down

jQuery Easing Plugin

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

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

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.

link|flag
vote up 1 vote down

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

JQuery upload

link|flag
vote up 0 vote down

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

link|flag
vote up 1 vote down

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

link|flag
vote up 1 vote down

jQuery Dialog is also useful.

alt text

link|flag
@Randell,do you know how to make it call a button function when pressing "Enter" ? – Shore Sep 9 at 10:53
You can use .keypress() like this $('.input').keypress(function(e) if (e.which == 13) { $('yourbutton').submit(); } }); where 13 is the enter. – Randell Sep 9 at 11:13
vote up 0 vote down

jQuery Tabs is also awesome.

alt text

link|flag
vote up 3 vote down

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

link|flag
vote up 3 vote down

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.

link|flag
vote up 0 vote down

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.

link|flag
vote up 6 vote down

I loooooove jqGrid(see yourself)

jQGrid Image Example

link|flag
1  
freaking love jqgrid, amazingly easy to work with – Allen Aug 26 at 3:06
can user add a new entry by himself? – Shore Aug 26 at 3:16
@Shore, sure you can, go to demo page and click on Row Editing -> Basic Example, and see how to do that. – Cleiton Aug 26 at 17:45

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.