[jQuery] referencing parent window forms from thickbox window

2009-02-26 Thread HiddenPhoenix
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

[jQuery] noob question: loading dynamic content with .load()

2008-11-04 Thread HiddenPhoenix
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

[jQuery] best way to pass parameters to .load()

2008-11-04 Thread HiddenPhoenix
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?

[jQuery] parserError using load()

2008-10-28 Thread HiddenPhoenix
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

[jQuery] .load not always working

2008-10-28 Thread HiddenPhoenix
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

[jQuery] .load not always working

2008-10-28 Thread HiddenPhoenix
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