/**
* @Author: Arash Karimzadeh
* @Email:
* @Desciption: Here, I post some of my recent
* researches. Also you can see my code projects.
*/
Home
Codes
Search
Articles
Downloads
Ajax
C #
Chrome
CMS
dateNet
Design Patterns
includeMany
JavaScript
jBind
Joomla
jQuery
Plugin
rails
ror
RubyOnRails
SQLite
xul
+ All tags
Content View Hits
: 346055
Search
1.
dateNet (jQuery, Date and .Net)
(Matching tags: C #,Plugin,jQuery,dateNet)
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 ...
2.
includeMany (jQuery Include CSS, JS, HTML Plugin)
(Matching tags: includeMany,jQuery,Plugin)
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 ...
3.
jQuery Fill (by data)
(Matching tags: jBind,jQuery,Plugin)
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 ...
4.
jBind 1.5.0 to 1.5.1
(Matching tags: Plugin,jBind,jQuery)
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.
5.
jBind (jQuery Template) Latest Version
(Matching tags: jBind,jQuery,Plugin)
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 ...
6.
jBind (jQuery Bind Template) 1.0.0-beta
(Matching tags: jBind,jQuery,Plugin)
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 ...
7.
How to Extend jQuery Editable
(Matching tags: JavaScript,jQuery,Plugin)
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 ...
8.
Editable (jQuery Editable Plugin)
(Matching tags: jQuery,Plugin,JavaScript)
[Update Available, June 2012] This
Plugin
is replace by a much newer technique we created. This new jQuery Editable
Plugin
is Flexible, Easy To extend and Very Light. You can read documentation and download ...