tompi / jeoquery

jQuery wrapper for easily calling geonames.org jsonp services
http://tompi.github.com/jeoquery/
78 stars 15 forks source link

jQuery.noConflict() compatibility #1

Closed rdmiller closed 10 years ago

rdmiller commented 12 years ago

Please consider revising to be compatible with jQuery.noConflict(). I'd like to use this on an app that began as a prototype.js project that then needed some jQuery, so I ended up using both libraries, but the present $ shortcut is reserved for prototype and this code breaks. Demo looks great, looking forward to using it.

tompi commented 12 years ago

Hi, I think it should work with noconflict now(I checked in a simple fix).

I really haven't spent much time tinkering with this, made it just for the fun of it, so let me know if you run into problems or need any changes.