tim schaub has volunteered to look into this. hold tight, and thanks for the bug reports. erik
On Wed, Jul 30, 2008 at 10:30 AM, Christopher Schmidt < [EMAIL PROTECTED]> wrote: > On Wed, Jul 30, 2008 at 04:13:24PM +0200, Andrew de Klerk wrote: > > When we incorporated Jquery within an openlayers application the $ was > > conflicting with Openlayers and we had to do the following: > > Andrew, > > http://trac.openlayers.org/ticket/1391 is a ticket describing this, > which has been waiting for some more feedback responding to my questions > for some time. If you have the ability to offer some feedback on that > ticket, we might be able to do something about it. > > > <script type="text/javascript" > src="Scripts/jquery-1.2.6.pack.js"></script> > > > > <script type="text/javascript"> > > JQ=jQuery.noConflict(); > > $=null; > > </script> > > <!-- <script type="text/javascript" > > src="http://localhost/openlayers26/lib/OpenLayers.js"></script> --> > > > > > > All Jquery calls would then be called using JQ instead of $ > > > > I imagine you will be having the same problem > > This seems unlikely, but it is a similar class of problems. For $, we > try to be safe: for other things, we don't. WE expect that prototype > must be loaded in a specific order with regard to OpenLayers; I just > don't know which one :) > > Regards, > -- > Christopher Schmidt > MetaCarta > _______________________________________________ > Users mailing list > [email protected] > http://openlayers.org/mailman/listinfo/users >
_______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
