Ajax Framework (CJAX) for Codeigniter 2.x+ |
[eluser]Ajaxboy[/eluser]
Thanks for bringing that up InsiteFX... the only function that uses ereg (syntax_hilight) is deprecated to favor $ajax->code().. will be removed in next release. Thanks again let me know if you notice anything else.. Sorry I missed to add the @deprecated tag Ajaxboy
[eluser]Ajaxboy[/eluser]
Update: New Download Location: https://sourceforge.net/projects/cjax/files/ - AJAXFW 4.1RC4 Final Release, Download Quote:http://code.google.com/p/ajax-framework-...loads/listChanges from RC3 to RC4 Final * Revamped Javascript plugin system to be more precise and efficient * Fixed bug that could not pharse elements values passed in vertical bars when using friendly urls and when values were more than one. This section was rewritten. * Other minor bugs and improvements * Improved Demos listings and updated some demos See full ChangeLog: Quote:http://code.google.com/p/ajax-framework-...NGELOG.txt This release indicates that we are very close to a 'official' stable release. New Demos zip *updated* Download Quote:http://code.google.com/p/ajax-framework-...ES_1.6.zip
[eluser]Ajaxboy[/eluser]
Some video tutorials Quote:http://www.youtube.com/watch?v=aX-jDynEuf8These videos are from some of the demos/samples included in the demos zip.
[eluser]Distortion[/eluser]
Hi.. is it possible to set Validation Rules in Response/My_controller ? Ex. in my response/Account.php.. just don't mind the other Codes.. Code: class controller_Account extends CI_Controller { Code: <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?> How to set the Validation Rules.. ? Thanks in Advance.
[eluser]Ajaxboy[/eluser]
Hello Distortion, I am thinking I know what your issue is, but I'd like to make sure.. please bear with me. So you want to validate the fields, and it is not validating them, but usually it does when you use regular POST? please confirm if this is the issue
[eluser]Distortion[/eluser]
Yes it is Ajaxboy.. i Wonder if it is Possible to use the Validation rules.. Thanks for the fast Reply.. ^_^
[eluser]Ajaxboy[/eluser]
Yes it is possible, and it is workable on the upcoming release. Some improvements were made on that area the last few days, fortunately for you the stable release will be released by today.
[eluser]Ajaxboy[/eluser]
[h3]New Release[/h3] Quote:http://code.google.com/p/ajax-framework-...CI_1.6.zip Changes from 4.1RC3 to 4.2 Quote:* Full support for Cross Domain AjaxSee full ChangeLog Quote:http://ajax-framework-for-codeigniter.go...NGELOG.txt [h3]Upgrade[/h3] It is recommended to upgrade to this version if you use any other previous version. This version seals the Release candidate (RC) label mark, and this release is considered stable. By upgrading none of your code has to change it is backward compatible. Upgrade by overwriting your previous Cjax installation. Make sure to make a backup of your files, just in case. 2 New demos/samples Full support for Cross domain ajax request, you may now send ajax request across domains and fetch remote content with the same api you create ajax requests. Ps: Distortion, This release should be able to fix your issue.
[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
[eluser]Ajaxboy[/eluser]
[h3]Creating AJAX Framework (4.2+) Plugins[/h3] This post was moved to the wiki: Quote:http://codeigniter.com/wiki/Ajax_Framewo...odeIgniter |
Welcome Guest, Not a member yet? Register Sign In |