MyBB Community Forums

Full Version: Can I use JQuery or other framework in my plugins?(Problem)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can I use Query or other framework in my plugins?
Because I can not do some part of my plugin with simple JS codes!
I want to say yes but I'm not positive Toungue. I know mybb comes with one JS framework can't remember what it is though (I know with 1.6 it comes with JQuery though).
I don't see JQuery in 1.6 beta!!??
Why don't you use the prototype framework that comes with MyBB 1.4 and 1.6?
I try it but I can not get good view with MyBB build-in prototype farmework!
Here you can find Tips, Tutorials and the API for prototype: http://www.prototypejs.org/learn
Use no_conflict function in jquery Wink
(2010-06-29, 02:20 PM)wujek Wrote: [ -> ]Use no_conflict function in jquery Wink

no_conflict what is it?
After I add JQuery none of JS functions worked for me!!!
What should I do?
make sure jQuery is included in the header before prototype, and call it with jQuery not $

no_conflict is a jQuery function.