Re: [jQuery] Using document.write() in $.get callback function

2007-02-27 Thread Yansky
Try the html() function instead of document.write - http://docs.jquery.com/DOM/Attributes#html.28_val_.29 sccr410 wrote: > > Documentation says to use this: > > $.get("test.cgi", >{ name: "John", time: "2pm" }, >function(data){ > alert("Data Loaded: " + data); >} > ); > > Ins

Re: [jQuery] Using document.write() in $.get callback function

2007-02-27 Thread Mark
that`s a nice way... thanx for telling that 2007/2/27, Yansky <[EMAIL PROTECTED]>: Try the html() function instead of document.write - http://docs.jquery.com/DOM/Attributes#html.28_val_.29 sccr410 wrote: > > Documentation says to use this: > > $.get("test.cgi", >{ name: "John", time: "2pm