Can anyone answer on this?
On Nov 19, 4:11 pm, Dimitar Velkov wrote:
> Hello, I need to use jQuery lib in a script that will be included in my
> clients sites.
> My script will be included last in the body of a html page, and jQuery lib
> will be included dynamically from my s
Query,
jQuery = window.AR_jQuery = function( selector, context ) {
// The jQuery object is actually just the init constructor
'enhanced'
return new jQuery.fn.init( selector, context );
},
I'll wait for response.
Thanks
--
Dimitar Velkov
Hello, I need to use jQuery lib in a script that will be included in
my clients sites.
My script will be included last in the body of a html page, and
jQuery lib will be included dynamically from my script.
Can anyone tell me is this going to have conflict with older jQuery
libraries and with othe
3 matches
Mail list logo