jQuery ajax.load div, then have parent container access property
Posted
by Brett
on Stack Overflow
See other posts from Stack Overflow
or by Brett
Published on 2010-04-06T11:42:33Z
Indexed on
2010/04/06
11:43 UTC
Read the original article
Hit count: 177
jQuery
So I have a tabbed ui "form", each tab is quiet complicated so it is loaded via the .load('item.html'); command.
All good, when the user clicks to a different tab, I want to read a property, maybe execute a function from within the ajax loaded div.
What is the best way to get to these properties and methods from outsite the ajax loaded div?
© Stack Overflow or respective owner