Do you use the jQuery "$"-operator inside your custom javascript-code? If so, there is a confict with the jboss prototype library. Simply put this line in front of your custom code: jQuery.noConflict(); and then replace all "$" by "jQuery"
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218612#4218612 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4218612 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
