[jQuery] Using JQuery Effects in Parent Window from iFrame?

2008-03-07 Thread ABecks
Hello, I have a simple HTML file with an iframe. Inside the iframe is a simple submission form. I would like to be able to click Submit and have Jquery append content to a div that is outside of the iframe. I have exhausted my knowledge of parent heirarchy in JS trying to find a solution. I

[jQuery] Using JQuery Effects in Parent Window from iFrame?

2008-03-07 Thread ABecks
Hello, I have a simple HTML file with an iframe. Inside the iframe is a simple submission form. I would like to be able to click Submit and have Jquery append content to a div that is outside of the iframe. I have exhausted my knowledge of parent heirarchy in JS trying to find a solution. I

[jQuery] Re: Interface - Sortable Float with Child nodes issue?

2008-03-07 Thread ABecks
I am encountering this same issue with the following structure: div id=sortme div id=item1 blah div class=blahtext here/div blah /div div id=item2 blah div class=blahtext here/div blah /div div id=item3 blah div class=blahtext here/div blah /div div id=item4 blah div class=blahtext here/div