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
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");
2 matches
Mail list logo