so i have a modal window that loads an iframe.
inside this iframe i have my jquery.js src links. within the
functionality of this html in the iframe is a pice of code that
dynamically generates form fields.  Now in the file that generates the
form fileds i have a div with an id of jquery and this dive is set to
display:none.  when this ajax page gets called i do an eval on the
innerHTML of this jquery div so that i can bind events to my
dynamically created form elements.  the problem is when i test this
using the page that has the iframe it does not work, but when i test
the page that is the iframe src it does work.  even a simple alert
does not work within the jquery javascript on the page that contains
the iframe
Thanks

Reply via email to