Sunday, March 6, 2011

Convert Form Elements to JavaScript Object Literals with jQuery formParams Plugin

See how easy it is to retrieve data form a form element

http://jupiterjs.com/news/creating-a-javascriptmvc-slider#news/convert-form-elements-to-javascript-object-literals-with-jquery-formparams-plugin

Ajax Fixtures Plugin for jQuery

When devolopping web client applications, il can be tedious to rely on server to get the data in response to a javascript request.
This plugin allows to send customs responses by overriding '$.ajax'.

'abolutely indispensable'

http://jupiterjs.com/news/creating-a-javascriptmvc-slider#news/ajax-fixtures-plugin-for-jquery

JavaScript MVC jQuery

We all know JQuery an how effective it is.
But it also true that building a maintenable, testable and extensible application using JQuery only can become a mess.
The plugin MVC developped by David Pirek allows to easily create decoupled applications.
Of course the are other great frameworks, but i have to say this one i very amazing compared to it's size

http://www.davidpirek.com/blog/javascript-mvc-jquery-based-framework-is-here

Test it