Hello list,<br>I have this problem where I want to run a picture gallery inside a popup. I have a jQuery gallery plugin that works fine but the popups are created dynamically after all the JS and code is loaded. I am using MapFish client and ExtJS so I found out that jQuerys  <br>
$(document).ready(function(){<br>has a problem together with Ext.onReady() so I put my jQuery stuff inside the Ext.onReady and also tried outside any onLoad event.<br><br>I have tried to use LiveQuery but am not able to attach the gallery event to dynamic created code. Does anyone do the same thing? <br>
<br>- click on a popup<br>- the popup reads WMSGetFeatureInfo() and puts content in the popup<br>- clicking on a gallery in the popup opens the javascript image gallery<br><br>Any help or suggestions would make me very glad!<br>
/asle<br>