dateNet is a jQuery function which is two-way time converter.Can convert javascript Date object to .Net date format which can be passed to dotNet services (.svc files). It also can convert back the date ...
includeMany is jQuery plugin for including many external JavaScript, CSS and HTML files simultaneously in runtime. This plugin provides callback for each of the files and in addition there is finallyCallback ...
When you want to fill a part of your html once and show it. You can use $(selector).bind(data,); which require jBind plugin . jBind will bind will first find the html content of matched selector and fill ...
jBind 1.5.0 has been updated to 1.5.1. This new version support Partial template, now you can bind parts of your aggregate data to a template.
jBind is jQuery templating engine for binding any complex data to templates in an easy way. By using $(template).bindTo(data) you can bind your data to the template. In version 1.5.3 actions are enabled ...
jBind is jQuery plugin for binding any complex data to templates in an easy way. By using $(template).bind(data) you can bind your data to the template. This Plugin is Updated, please check here. Download ...
We can extended jQuery Editable plugin by extending its $.editableFactory. currently it supports text, password, textarea and drop-down. Let's see how we can extend it to support checkbox. You can download ...
This is a real customizable jQuery editable plugin . Currently it can convert any tag (span, div, p and ...) to text input, password, textarea, drop-down list. You can easily extend it by adding your own ...