Hi,
While integrating Drupal and OpenLayers, I realized that since Drupal uses jQuery and OpenLayers uses Prototype, there is an issue with using $ in IE.
So I replaced $ with jQuery and everything is working fine.
Could you please incorporate these changes in the final package?
Thanks.
Regards,
Viraj
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | jQuery.patch | 248 bytes | viraj.kanwade |
| jQuery.patch | 558 bytes | viraj.kanwade |
Comments
Comment #1
viraj.kanwade commentedUpdated patch
Comment #2
hass commentedNot really. There are tons of places in all Drupal modules and core that use
$and you need to fix prototype. This is a duplicate of a case I cannot remember...