accessing a component from a different page
Posted: Sat Sep 28, 2013 6:27 am
Hi,
How do I access a component from a different page?
Accessing locally in the page works fine: $(".locationName")
Using this notation that worked for another component has not worked:
$('#mapPage_mapPageHeaderId [name="locationNameId"]')
Doron