Welcome Guest, Not a member yet? Register   Sign In
Is there any solution/library for developing an ajax and non-ajax site?
#1

[eluser]ted wong[/eluser]
Hi all, as you may concern, there is some ppl whose browsers doesn't support ajax.
So, well thinking of develop a website, always need a no javascript version for that kind of ppl.
Is codeIgniter have some tools allow developer to do that?

Thanks.
#2

[eluser]jblack199[/eluser]
CI itself not really, but jquery when combined with CI does... you do your site as a non-ajax site... but through the use of jquery hooks
Code:
$(#frmid).submit(function() { });

and when you load the jquery library it magically becomes a jquery driven site based on your jquery functions...




Theme © iAndrew 2016 - Forum software by © MyBB