From: Mitch S. <mit...@be...> - 2010-07-01 14:23:52
|
On 07/01/2010 06:27 AM, Andrew Shinohara wrote: > Philippe, > We ran into a similar issue as we are using jQuery in our > application as well as JBrowse. You may not need to embed an iframe. > Take a look at the noConflict method of jQuery: > > http://api.jquery.com/jQuery.noConflict/ > > This allowed us to use jQuery and JBrowse. Thanks for pointing this out. I did remove the conflicting $ function from JBrowse last December in response to Jerome Mariette's comment back then: http://github.com/jbrowse/jbrowse/commit/ed13ddeb11dd28137c6d3c3022fe38e42efdf6d1 and I was hoping that would allow jQuery and JBrowse to coexist without requiring jQuery.noConflict. Philippe: > Due to jquery in our website I'm trying to embed JBrowse in an iframe. > It works fine with google-chrome but nothing happens, nothing appears with IE8 and Firefox3.6.6. > Do you have any idea ? Did you try to embed without an iframe? I do think JBrowse ought to work in an iframe as well; does it work if you navigate to the page directly (not in an iframe)? If that works, then I don't know why it wouldn't work inside an iframe. Mitch |