on my main page. i have a form which users need to fill out data.
i have a link on the form which opens up an iframed thickbox window.
this iframed window has a form which lets users select diff data. once
they select their data, i want the thickbox window to close and pass
some data to the form
im kinda a noob with some of this jquery stuff. esp the ajax stuff so
any help i can get here would be greatly appreciated.
i am using this code to try to load new content into my content div.
$("myContentDiv").load("myScript.php?var1=x&var2=y&var3=z")
myScript.php generates my new content to
is there a difference in passing parameters to .load
$("#myDiv").load("myScript.php?var=x&var2=y&var3=z")
vs
$("#myDiv").load("myScript.php", {var:x, var2:y, var3:z})
also is there a size limit to how much .load can handle? can
myScript.php return a couple hundred rows of data without issue?
i am using the following code to load dynamic content into a div
(mainContentArea) on my webpage. I occasionally get a parserError when
loading the content into dom. but sometimes not.
what is causing the parserError and how can I fix this?
this is my jquery code:
$('#mainContentArea').load('co
i have a sidebar menu where users can click to load new data into the
main part of the screen. it works most of the time but after a few
clicks in the menu, the whole page just freezes and the loader stops
working. it doesnt load any more data. its not specific to any page or
link. it just stops a
i have a sidebar menu where users can click to load new data into the
main part of the screen. it works most of the time but after a few
clicks in the menu, the whole page just freezes and the loader stops
working. it doesnt load any more data. its not specific to any page or
link. it just stops a
6 matches
Mail list logo