/**
*    @Author: Arash Karimzadeh
*    @Email:
*    @Desciption: Here, I post some of my recent
*    researches. Also you can see my code projects.
*/  
Ajax C # Chrome CMS dateNet Design Patterns includeMany JavaScript jBind Joomla jQuery Plugin rails ror RubyOnRails SQLite xul

+ All tags

Content View Hits : 334722
Bookmark and Share
Code
Editable (jQuery Editable Plugin) PDF Print
Written by Arash Karimzadeh   
Friday, 09 January 2009 06:48

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 input type using its editableFactory object.


                      
  1. $('div.editable').editable()

                      
 

                      
                    

Above code will convert all div tags, which has .editable class, to editable.

click me!!!

Download Editable (jQuery In Place Editor)

Current version is 1.3.3
You can download it here.

Tags: JavaScript | jQuery | Plugin

Last Updated on Monday, 27 September 2010 12:46
Read more...
 
jQuery: Add variables to Ajax Callback PDF Print
Written by Arash Karimzadeh   
Tuesday, 30 December 2008 19:24

jQuery's Ajax methods are great. They are easy to use. You passed the data to server and in callback method you can use the data which server provided for you. This Asynchronous mechanism is great but sometimes you need to access some variables which you set in your main method before callback. Here we are going to discover how it is possible.

Tags: Ajax | JavaScript | jQuery

Last Updated on Tuesday, 20 January 2009 15:56
Read more...
 
<< Start < Prev 1 2 Next > End >>

Page 2 of 2