Hello.
I have a page that loads another page and I want to change the height of an
element in that other page:
<script type="text/javascript">
        $(document).ready(function(){
                $("#page").load("page");
                $("#main").css("height","111px")
        });
</script>

That doesn't work, #main is inside #page.

Thanks in advance!
-- 
View this message in context: 
http://www.nabble.com/A-silly-question-from--a-newbie-tp22878466s27240p22878466.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to