winstone
12-07-2009, 10:40 PM
Hello,
I'm in process of finishing a mod (hopefully) and for all the ajax functions within the mod I've decided to use jquery library as I'm more familiar with it's syntax than Yahoo UI library
As far as I can see there are no conflicts between two, however I was wondering if I can exclude YUI libraries on my mods
The only vbulletin built-in javascript code I use is WYSIWYG editor (which probably uses a separate vbulletin-editor.js file), I can't think of anything else that I use
By default, when {vb:raw headinclude} is executed in the templates, it includes vbulletin-core.js along with yui-connector and yui-min I think, would it be OK to remove them? and actually is there anyway to do that?
I'm in process of finishing a mod (hopefully) and for all the ajax functions within the mod I've decided to use jquery library as I'm more familiar with it's syntax than Yahoo UI library
As far as I can see there are no conflicts between two, however I was wondering if I can exclude YUI libraries on my mods
The only vbulletin built-in javascript code I use is WYSIWYG editor (which probably uses a separate vbulletin-editor.js file), I can't think of anything else that I use
By default, when {vb:raw headinclude} is executed in the templates, it includes vbulletin-core.js along with yui-connector and yui-min I think, would it be OK to remove them? and actually is there anyway to do that?