hey, i got a problem reaching a div from content i loaded with jquerie's load
here it is Mainpage (index.php) ... $("#area3").load("myfile.php"); ... Now in myfile.php i will hide a div like this ... $("#submenu").hide(); ... PHP Code ... but nothing happens How do i change attributes etc from content that is dynamically loaded? Sorry if this question is still answered but i couldn't find it Plz help me