Johnny wrote:
> it works in IE, it can display html created by the xml_to_page.jsp , but it
> doesn't display in FireFox, and i use DOM Inspect, the div#test actually
> have content.
>   
Johnny,
  Does:

$().ready(function() {
  $("div#test").load("xml_to_page.jsp",{"class":"Img","sn":"1"}).show();
});

  Fix show the content? Maybe there's a CSS rule hiding the div?

~ Brice


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to