Has anyone integrated Thickbox in appfuse. I am trying to and keep getting the error below. Ther error was captured using Firebug in firefox.
$(document).ready is not a function http://localhost:8080/geeoss/scripts/thickbox/thickbox.js Line 11 The is what my header looks like in my JSP file: <head> <title>Some Title</title> <link rel="stylesheet" type="text/css" media="media" href="<c:url value='/styles/thickbox/thickbox.css'/>" /> <link rel="stylesheet" type="text/css" media="media" href="<c:url value='/styles/thickbox/screen.css'/>" /> <script type="text/javascript" src="${ctx}/scripts/thickbox/jquery_latest.pack.js"></script> <script type="text/javascript" src="${ctx}/scripts/thickbox/thickbox.js"></script> </head> Thickbox link: http://jquery.com/demo/thickbox/ - Paul --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]