Ajax Framework (CJAX) for Codeigniter 2.x+ |
[eluser]Ajaxboy[/eluser]
Client Side Validation Plugin with Jquery Integration CJAX Jquery.validate Plugin This plugin is an alternative if you already use Jquery, and jquery.validate. You may now make full use of the jquery.validate plugin, through cjax API, in PHP, Example included in demos zip. This plugin requires for you to load jquery and jquery.validate plugin in your page. This plugin is fully compatible and can be use with other Ajax API such as $ajax->form() and $ajax->call() Quick Samples You'd use the exact same format (in PHP) that is used in jquery.validate plugin (JAVASCRIPT) options, that is what makes it easy to use, if you are already familiar with this plugin in jquery. Code: $validate = array( Review plugin documentation Quote:http://docs.jquery.com/Plugins/Validation A working sample is included in the samples/demos zip Download the Plugin Quote:http://code.google.com/p/ajax-framework-...te_1.0.zip Hope that makes sense to anyone that might use the plugin |
Welcome Guest, Not a member yet? Register Sign In |