noUiSlider – jQuery Range Slider
A lightweight, highly customizable range slider without bloat.
A lightweight, highly customizable range slider without bloat.
Serializes a form into a JavaScript Object with the same format as the default Ruby on Rails request params hash.
jQuery plugin that reads an HTML table and returns a javascript object representing the values and columns of the table
Serialize a form into an object or JSON.
A jQuery plug-in for transforming data between different formats
Make an object out of form elements. Keywords: serialize, serializeForm, serializeObject, serializeArray, form-object, param, params
Convert your form data to into JSON (JavaScript Object Notation) format, so you can manipulate them easily. See Github project page for information.
Query String Modification and Creation for jQuery
A jQuery function that will parse the JSON returned from an ajax call to a remote ColdFusion method and recursively convert any ColdFusion query object into a standard JSON recordset, as recognized by a great number of plugins and libraries.
CFQueryToForm will take ColdFusion’s native JSON serialization of it’s native ColdFusion Query object, and apply the result to a form’s fields. CFRequestToForm will take a configuration object that will then make an Ajax request, based upon the configuration, and automatically apply the result to the form is was applied upon.