[jboss-user] [JBoss Portal] - Re: jQuery in jBoss portal - problem with a simple tabbed pa
woezelmann
do-not-reply at jboss.com
Tue Mar 17 08:32:27 EDT 2009
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
More information about the jboss-user
mailing list