squishi
31 Dec 2011, 13:30
The vbulletin pages load the yahoo-dom-event and connection libraries.
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
I want to use those libraries to make ajax requests. I don't want to pack jquery on top of all the libraries that are already loaded.
So how would I make such a request?
Firstly, the documention for the yahoo connection manager states that "yahoo-min" is a prerequisite:
http://developer.yahoo.com/yui/connection/
I tried to do an ajax request like this, but nothing happens:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
So how is the connection even working in vbulletin? Why is the connection manager loaded when it depends on the yahoo library?
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
I want to use those libraries to make ajax requests. I don't want to pack jquery on top of all the libraries that are already loaded.
So how would I make such a request?
Firstly, the documention for the yahoo connection manager states that "yahoo-min" is a prerequisite:
http://developer.yahoo.com/yui/connection/
I tried to do an ajax request like this, but nothing happens:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
So how is the connection even working in vbulletin? Why is the connection manager loaded when it depends on the yahoo library?