Re: [Jmol-developers] Need advice on collision between jquery and JSmol...

2014-04-13 Thread Jonathan Gutow
Switching to the JSmol.min.nojq.js and putting after I load jquery seems to have solved the menu and dialog collision problems. Thank you Angel and Bob. Jonathan On Sat, Apr 12, 2014 at 3:55 PM, Jonathan Gutow wrote: > Bob, > > Thanks. That makes some sense. I've actually been in the proces

Re: [Jmol-developers] Need advice on collision between jquery and JSmol...

2014-04-12 Thread Jonathan Gutow
Bob, Thanks. That makes some sense. I've actually been in the process of updating the Sage stuff to the latest jquery because it was misbehaving, so the version should be good. I will swap to the nojq version of jsmol. I'll get back to you with my experience. Hypercube...cool. Something I re

Re: [Jmol-developers] Need advice on collision between jquery and JSmol...

2014-04-12 Thread Robert Hanson
Jonathan, good to hear! (Hey, and tell them I am implementing 4D mesh rotation... think hypercube!) We have no problem on another project (MagresView), so I know it is possible. 1) Make sure your jQuery version is 1.10+ for full MSIE support; 1.7 should be fine otherwise. 2) Use Jsmol.min.nojq.js

Re: [Jmol-developers] Need advice on collision between jquery and JSmol...

2014-04-12 Thread Jonathan Gutow
I am trying to use the standard jsmol.min.js. Should I be trying the other? Jonathan On Sat, Apr 12, 2014 at 11:45 AM, Herráez Sánchez Ángel < angel.herr...@uah.es> wrote: > Hi Jonathan > > > My knowledge is that the popup menu uses functions copied from jQuery > UI, but they are embedded in

Re: [Jmol-developers] Need advice on collision between jquery and JSmol...

2014-04-12 Thread Herráez Sánchez Ángel
Hi Jonathan My knowledge is that the popup menu uses functions copied from jQuery UI, but they are embedded into JSmol rather than calling the UI library. That might be the origin of the collision. Also the CSS style of the popup sometimes get contaminated --something I had on my wishlist. I