Sunday, January 9, 2011

jquery interfering with rich:tabPanel and rich:tab

I had included the jquery file into my project and found that it interfered with the rich:tabPanel and rich:tab of jquery. The solution to this is to use - jQuery.noConflict(); . Declare a variable containing like $j = jQuery.noConflict(); and replace "$" with "$j"

e.g -

No comments:

Post a Comment