1 Reply Latest reply on Jan 3, 2013 4:30 AM by snjv180

    jquery - prototype bugs - still unfixed in richfaces 4.3 M3?

    toskan

      Hi there  I saw the discussion here:  https://community.jboss.org/thread/202635

       

      So i inserted noConflict as well  well it seems the correction of $ with jQuery wasn't done correctly.

       

      I still get:  TypeError: $(...).is is not a function  if ($(sourceElement).is('form')) {  in packed.js line 671

       

      can I fix it myself?

       

       

      I can see someone actually tried to fix your issues, line 649:  jQuery(sourceElement).parents().each(function() {

      note: Jquery instead $