[jQuery] How PHP script can return two variables ?

2009-01-30 Thread FlashWebHost.com
I use jQuery $.ajax to submit user comment to a PHP Script. The PHP script validate the user data, if it is OK, user comment is written to mysql database. If not it will show error message. Now the script print error message and success message same way. I need PHP script pass one more value, t

[jQuery] Re: Can't get typed value of input

2009-03-01 Thread FlashWebHost.com
It works fine for me, you should have made some mistake. Just create a test page and upload to your web site with java scripts, that is easy to see the problem. On Jan 22, 6:09 pm, abhisek wrote: > Thanks for your response. > I think that was a livequery issue. Used the following function to

[jQuery] Can some one convert simple code to jQuery

2009-03-12 Thread FlashWebHost.com
Can some one convert following code to jQuery ? function check(value) { x = document.bulk_import.elements.length; for(i=0;i

[jQuery] Re: Can some one convert simple code to jQuery

2009-03-12 Thread FlashWebHost.com
if possible. > > There is a lot of jQuery checkbox code out there, so go Googling, and > don't expect people to just write your code for you if it's simple. > > On Mar 12, 10:38 am, "FlashWebHost.com" wrote: > > > Can some one con

[jQuery] Re: Can some one convert simple code to jQuery

2009-03-12 Thread FlashWebHost.com
Thanks all, i got it fixed now by removing @ from the beginning name= $("input[name='article_id[]']").each(function(){ On Mar 12, 9:32 pm, "FlashWebHost.com" wrote: > I want to check all check boxes. I made a search and made following > page > > htt