[jQuery] Re: javascript function help

2007-07-13 Thread c19h28o2
Benjamin, Thanks for replying, its solved now, apparently what i needed was display(\"$auid\") Michael

[jQuery] javascript function help

2007-07-13 Thread c19h28o2
Hi, I'm having a bit of trouble getting a function to pass a variable to an ajax function This is the function function display() { $.ajax({ type: "GET", url: "moreinfo.php", data: "id=A01", success: function (

[jQuery] Re: Help with $.ajax function

2007-06-20 Thread c19h28o2
Hi Mike, please excuse the last post the error is actually "$ is undefined" is there something i need to do first? code as below... Untitled Document function display() { $.ajax({

[jQuery] Help with $.ajax function

2007-06-20 Thread c19h28o2
Hi, I'm a little unsure on how the $.ajax function works in terms of returning a value. I would like the below to insert the returned values into a div. but i'm unsure what would go into the t() function. $.ajax({ type: "POST", url: "autocomplete.php", data: "

[jQuery] Re: whats wrong with this query?

2007-06-19 Thread c19h28o2
Afraid I don't i'm using a dev server at the moment On Jun 19, 4:05 pm, "Benjamin Sterling" <[EMAIL PROTECTED]> wrote: > Do you have a liver version I can look at? > > On 6/19/07, c19h28o2 <[EMAIL PROTECTED]> wrote: > > > > > > &

[jQuery] Re: whats wrong with this query?

2007-06-19 Thread c19h28o2
="+id); > > you were using ' instead of " > > test that out and let me know if you still get the error. > > On 6/19/07, c19h28o2 <[EMAIL PROTECTED]> wrote: > > > > > > Hi, > > > > I'm getting a javasc

[jQuery] whats wrong with this query?

2007-06-19 Thread c19h28o2
Hi, I'm getting a javascript error when i run this... its an IE error "Object expected line 10 char 5" any ideas? http://www.w3.org/ TR/html4/strict.dtd"> Untitled Document func

[jQuery] Re: Live Example Question

2007-05-10 Thread c19h28o2
Ahhh yes, i've got it working now. Thanks for your help

[jQuery] Re: Live Example Question

2007-05-10 Thread c19h28o2
Thanks, can you please explain the why the p.firstparagragh has :hidden beside it? it doesn't work for me but $("div.contentToChange p.firstparagraph").hide("slow"); does? Thanks

[jQuery] Live Example Question

2007-05-10 Thread c19h28o2
Hi, On the jquery live examples site http://www.jquery.com/Tutorials:Live_Examples_of_jQuery example B - which is 2 buttons which slide some text into and out of a paragragh. The code for the example is... $("div.contentToChange p.firstparagraph:hidden").slideDown("slow"); $("div.contentToChan

[jQuery] Re: Referring to each form element

2007-05-09 Thread c19h28o2
On May 9, 11:01 am, c19h28o2 <[EMAIL PROTECTED]> wrote: > Hi, > > I have a textbox in Visual Studio 2003 with the following code > > $(document).ready(function(){ > $("#Form1 :text").hide(); > $(".article .thebody").hide(); > $

[jQuery] Referring to each form element

2007-05-09 Thread c19h28o2
Hi, I have a textbox in Visual Studio 2003 with the following code $(document).ready(function(){ $("#Form1 :text").hide(); $(".article .thebody").hide(); $("#container .article ul") .prepend("Read Body"); $(".actions li.readbody a").click(function(event){