Sep
22

jQuery Ajaxy

By Vinod  //  All, Javascript  //  1 Comment

jQuery Ajaxy allows you to easily upgrade your web site into a full featured Ajax web application. It aims at solving complicated AJAX Paradigms by providing you with a easy managed solution to bind into page state (URL Hash) changes, AJAX form submits, and support AJAX links.

Features

  • It’s unbelievably simple to upgrade your ordinary links and forms into Ajax requests by just adding a CSS classname.
  • You already have automatic support for tracking state changes in your now web application so you don’t have to worry about this at all – we do it for you. This allows it so the user can still use those back and forward buttons, or even send the page URL to a friend and see the same thing!
  • You can even submit forms via Ajax with confidence, without having to do any extra server side code.
  • You will also have the ability to control your web applications state manually through your code for advanced circumstances.
  • You will still have support for classical anchors despite us using hashes for our web application states! This means you can still direct your users to particular content on a webpage using a link like: my/web/page.html#the-content-to-scroll-to

1 Comment to “jQuery Ajaxy”

Leave a comment