Thursday, July 26, 2012

How to overcome jQuery conflict

 The below code is used to overcome the jQuery conflict

   <script src='jquery-1.3.2.js' > </script>

   
<script>    var jq132 = jQuery.noConflict();     </script>

    
<script src='jquery-1.4.2.js'> </script>

  
<script>var jq142 = jQuery.noConflict();   </script> 

No comments:

Liferay DXP JNDI Data Source Cofiguration

 This Blog will help us to learn about the JNDI Data Source Configuration in Liferay DXP. We have tested this with Liferay 7.3 with Tomcat. ...