Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Apart from UI "flair", what do you use jQuery for? [closed]

From an ASP.NET MVC perspective, what do you use jQuery for?

Apart from UI "flair" - things like fading colours and pretty animations.

Things I can immediately think of include pop-up calendars and modal popup dialogs, but there must be more...

Edit

I am interested in jQuery uses for things that ASP.NET MVC does not do out of the box, or things that jQuery makes easier/simpler.

like image 695
Richard Ev Avatar asked Jun 08 '09 18:06

Richard Ev


1 Answers

Some of the things I use jQuery for are:

  • simplified AJAX
  • client-side validation
  • forms that have application like behavior (ex changing the visible form elements based on a dropdown)
  • interactive and dynamic menus
  • client-side sorting
  • dynamic textareas that grow as you type
  • drag'n'drop
  • integrating with a flash based multi-file uploader
like image 104
Todd Smith Avatar answered Nov 13 '22 08:11

Todd Smith