[jQuery] Re: clearcase error when trying to add jquery-1.2.6.min.js to source control

2008-12-02 Thread Mark Jones
Hi ksun, I seem to recall reading somewhere that you need to set the file type for jquery as "compressed" in clearcase (this gets around the long line issue). Hope that helps... Mark On Dec 2, 6:45 am, ksun <[EMAIL PROTECTED]> wrote: > Today  I tried adding jquery-1.2.6.min.js to so

[jQuery] Re: Load JQuery only once

2008-11-20 Thread Mark Jones
Raphael, I often use something like this to test and then dynamically load the jquery library: try { //simple statement to see if jquery has already been loaded jQuery('body').addClass('jqueryPage'); } catch(err) { var scriptObj = document.createElement("script");