[jQuery] Re: form submit without page refresh

2008-11-10 Thread bharani kumar
I thing confusing you, I tel what i want ? I want to submit form without page refresh, Is there any best link other then wha u given last, One more thing am having some script, But am expecting help is, i want to implement into drupal,,, 2008/11/10 Sam Sherlock <[EMAIL PROTECTED]> > I thi

[jQuery] Re: form submit without page refresh

2008-11-10 Thread Sam Sherlock
you could change the example to work with another data type if you don't have json php ext - its included in php 5.2+ (something like that) so either 1. upgrade php - or use a php class for json 2. make the json as a basic print "{'myName': $myName}" 3. use another data type xml for exa

[jQuery] Re: form submit without page refresh

2008-11-10 Thread Sam Sherlock
working example with json 2 files first index.html http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> http://www.w3.org/1999/xhtml"; xml:lang="en-US" lang="en-US"> malsup jquery form to php http://www.malsup.com/jquery/jquery-1.2.6.js";> http://www.malsup.c

[jQuery] Re: form submit without page refresh

2008-11-10 Thread bharani kumar
How to approach other for this problem,(With Drupal) 2008/11/10 bharani kumar <[EMAIL PROTECTED]> > I Got > > : *Fatal error*: Call to undefined function json_encode() in *C:\Program > Files\xampp\htdocs\source\ajaxformsubmit\sample2\test.php* on line *7* > > > One more thing the form is redirect

[jQuery] Re: form submit without page refresh

2008-11-10 Thread bharani kumar
u got it, what i am expecting 2008/11/10 bharani kumar <[EMAIL PROTECTED]> > Hi here is my module, i want to add the JQuery into this module, > , > that is form submit without page refresh , > > 2008/11/10 bharani kumar <[EMAIL PROTECTED]> > >> I thing confusing you, >> >> I tel what i want ? >>

[jQuery] Re: form submit without page refresh

2008-11-10 Thread bharani kumar
Hi here is my module, i want to add the JQuery into this module, that is form submit without page refresh , 2008/11/10 bharani kumar <[EMAIL PROTECTED]> > I thing confusing you, > > I tel what i want ? > > I want to submit form without page refresh, > > Is there any best link other then wha u gi

[jQuery] Re: form submit without page refresh

2008-11-10 Thread Sam Sherlock
> > thats jquery - you'll need that for jquery to work. also you'll need to be accessing the form plugin see my previous message :) 2008/11/10 bharani kumar <[EMAIL PROTECTED]> > what is use > of this script, > > I removed this script, > > Output same, no changes, > > Thanks > > > 2008/1

[jQuery] Re: form submit without page refresh

2008-11-10 Thread Sam Sherlock
I think we are misunderstand each other a bit I asked to see you html - I saw the example and the form is not submitted by ajax I was asking if your form has an id of myForm eg would also be helpful if you could post link to example does not store ip's after submitting 2008/11/10 bharani kum

[jQuery] Re: form submit without page refresh

2008-11-10 Thread bharani kumar
what is use of this script, I removed this script, Output same, no changes, Thanks 2008/11/10 bharani kumar <[EMAIL PROTECTED]> > Hi u see , in that page is loading / redirecting know, > But my thing is without page reloading to submit the form, > > > Got my point , one more thing , am havi

[jQuery] Re: form submit without page refresh

2008-11-10 Thread bharani kumar
Hi u see , in that page is loading / redirecting know, But my thing is without page reloading to submit the form, Got my point , one more thing , am having some jquery script , which working fine (without page refresh to form submiting) But i need the help in, i want to use the jquery in Drupa

[jQuery] Re: form submit without page refresh

2008-11-10 Thread bharani kumar
Hi u see , in that page is loading / redirecting know, But my thing is without page reloading to submit the form, Got my point , one more thing , am having some jquery script , which working fine (without page refresh to form submiting) But i need the help in, i want to use the jquery in Drupa

[jQuery] Re: form submit without page refresh

2008-11-10 Thread Sam Sherlock
whats the html - I saw the link and that form did not appear to have the event applied to the form perhaps this could be solved by checking that the id of the form is myForm. I know nothing of drupal I can check back to the link since its logged my ip and now tells me I have already voted visit t

[jQuery] Replyyyyy Re: [jQuery] Re: form submit without page refresh

2008-11-10 Thread bharani kumar
Hi... What happen? Any Greate drupal please try to spend a min..thanks On Mon, Nov 10, 2008 at 6:22 PM, bharani kumar < [EMAIL PROTECTED]> wrote: > But , i want to implement in Drupal , > > Am not sure the below code correct, > > In this i want to add the JQuery, > > > function custom3_block(

[jQuery] Re: form submit without page refresh

2008-11-10 Thread bharani kumar
But , i want to implement in Drupal , Am not sure the below code correct, In this i want to add the JQuery, // wait for the DOM to be loaded $(document).ready(function() { alert("Tets") $("#myForm").ajaxForm(function() { alert("Thank you for your comm

[jQuery] Re: form submit without page refresh

2008-11-10 Thread Sam Sherlock
this should be your solution http://www.malsup.com/jquery/form/ 2008/11/10 [EMAIL PROTECTED] <[EMAIL PROTECTED]> > > Hi Friends > > I just want to submit the form without page refresh i want to do this > using j query, > > > Am actually working in DRUPAL ,Tell me how to implement this in > drupa