2014年10月3日 星期五

jQuery conflicts with Richfaces's modal panel -- rich:modalPanel, rich:calendar

Status :
    While the jQuery added to a page, rich:modalPanel and rich:calendar do not work.

Solution : run jQuery.noConflict
     
     <script type="text/javascript" src="scripts/jquery-1.5.1.min.js">
     </script> 
     <script type="text/javascript">
           jQuery.noConflict();
     </script>

Reference : 
http://forum.jquery.com/topic/problem-with-jquery-1-5-2-min-js-and-jsf-rich-modalpanel 


沒有留言:

張貼留言