[Mapbender-dev] using jquery ...
Christoph Baudson (WhereGroup)
christoph.baudson at wheregroup.com
Tue May 15 08:57:29 EDT 2007
Hi again,
maybe you need to rewrite your example like this
previously
i_$(document).ready(function() {
i_$("a",document).background("#f00");
try this
i_$(document, parent.document).ready(function(){
i_$("a",parent.document).background("#f00");
I'm not sure about the first bracket, but the second one definitely
needs the "parent." as context. Maybe worth a try.
Christoph
More information about the Mapbender_dev
mailing list