[jQuery] Re: is this legal acording to the jQuery licence

2009-11-23 Thread Dimitar
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

[jQuery] is this legal acording to the jQuery licence

2009-11-21 Thread Dimitar Velkov
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

[jQuery] is this legal according to the jQuery license

2009-11-21 Thread Dimitar
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