r252430 - slc.seminarportal/branches/plone4/src/slc/seminarportal/browser/resources

"Jure Cerjak" <svn-changes-z4DKO/[email protected]>
Newsgroups gmane.comp.web.zope.plone.collective.cvs
Message-ID <[email protected]>
Author: jcerjak
Date: Fri May 31 16:36:32 2013
New Revision: 252430

Modified:
   slc.seminarportal/branches/plone4/src/slc/seminarportal/browser/resources/seminar_view.js
Log:
don't use jQuery.noConflict, seems to be causing conflicts with other scripts

Modified: slc.seminarportal/branches/plone4/src/slc/seminarportal/browser/resources/seminar_view.js
==============================================================================
--- slc.seminarportal/branches/plone4/src/slc/seminarportal/browser/resources/seminar_view.js	(original)
+++ slc.seminarportal/branches/plone4/src/slc/seminarportal/browser/resources/seminar_view.js	Fri May 31 16:36:32 2013
@@ -1,9 +1,7 @@
-var jq = jQuery.noConflict();
-
-jq(document).ready(function(){
+jQuery(document).ready(function(){
     "use strict";
 
-    jq("div.big-target a").bigTarget({
+    jQuery("div.big-target a").bigTarget({
         clickZone : 'div:eq(0)' // jQuery parent selector
     });
 });

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.