240 Plugins

Form Validation jQuery Validation. Auto Help. Simple jQuery form validation. jQuery XAV – form validations. jQuery AlphaNumeric. Masked Input. TypeWatch Plugin. Text limiter for form fields. Ajax Username Check with jQuery. File upload Ajax File Upload. jQUploader. Multiple File Upload plugin. jQuery File Style. Styling an input type file. Progress More...

by admin | Published 26 days ago
wordpress-taxonomy-graphic
By atul On Thursday, March 22nd, 2012
0 Comments

Add Custom Taxonomy Tags to Your WordPress Permalinks

The WordPress custom taxonomy system allows you to create your own grouping of WordPress objects (e.g. posts, pages, and custom post types). Tags and categories, for example, are taxonomy objects that are native More...

PHP
By admin On Monday, March 19th, 2012
0 Comments

Php Array Convert to Java Script Array

<? $a[]="one"; $a[]="two"; $a[]="three"; $a[]="four"; ?> <html> <head> <title>Assign PHP Array to Javascript Array</title> <script language="javascript">Â function showValues(){ var More...