darkspotinthecorner / DarkTip

The DarkTip plugin is a javascript based tooltip framework that enables quick and easy development of modules that hook into specific aspects of a webpage and display context sensitive tooltips.
http://darkspotinthecorner.github.io/DarkTip/
MIT License
31 stars 3 forks source link

error on tooltip #4

Closed talonos closed 12 years ago

talonos commented 12 years ago

i keep getting this error

Node was not found DarkTip.js Line 1091

that line is about jquery.json but every page on my site already has jquery implemented onto it automaticly. there must be a conflict with it somewhere.

the sort pf page i keep getting this error on is a roster that i'm currently in process of making that will include a block for the new guild feed info available on the api.

talonos commented 12 years ago

ok so i resolved the error i was recieveing. it seemed that one of my own tooltip script was still using qtip1 with an old version of jquery too. took me ages to find it as it was loaded into dom via a script i totally forgot about.

ok so seems old versions of jquery -1.4 seem to cause issues and also qtip1 conflicts with itself newest version.

darkspotinthecorner commented 12 years ago

Ah, ok, glad to know you got it working! :-)