jQuery Typeahead

jQuery plugin that provides Typeahead (autocomplete) Search preview from Json object(s) via same domain Ajax request or cross domain Jsonp and offers data compression inside Local Storage. The plugin is built with a lot of options and callbacks to allow customization.

jQuery serializeObject

Convert your form data to into JSON (JavaScript Object Notation) format, so you can manipulate them easily. See Github project page for information.

jQuery Columns

A jQuery plugin to create a HTML tables from a JSON data source. It supports paging, searching, sorting, and theming. Columns is flexible and extensible with an API and support for plugins and custom templates.

serializeCFJSON

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.

jQuery JSON Form

jQuery based form library that allows you to handle data within a js object (i.e. JSON) with html forms. You can modify all fields/properties by simply creating a html form with the correct naming schema (MVVM Pattern). The main features of this library are: Full standard html with data available in a js object Update … Continue reading

Better Unobtrusive Ajax (not only for ASP.NET MVC)

Unobtrusive AJAX library done right. 100% compatible with ‘Microsofts Unobtrusive Ajax support library for jQuery’ found in ASP.NET MVC3 and MVC4 without bugs, with new features, clean and well documented, compatible with latest jQuery. But also fully usable without ASP.NET MVC

CFQueryToForm

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.

JSON Call

JSON Call makes it easy to make an API request to a URL with JSON in BOTH directions. Say goodbye to the limitations of the query string format. Your nulls will stay null! Your numbers will remain numbers!

jQuery JSON to Table

This plugin can convert JSON data type to table for html. JSON, or JavaScript Object Notation, is an open standard format that uses human-readable text to transmit data objects consisting of attribute–value pairs. It is used primarily to transmit data between a server and web application, as an alternative to XML. In these reasons todays … Continue reading

json-table

jQuery plugin for rendering custom tables from JSON data.