Re: [Rails] jquery drop down hover

2019-04-11 Thread Joe Guerra
I even removed the dropdown hover jquery scripts. I don't believe they work in mobile (responsive) mode. lol On Tuesday, April 9, 2019 at 9:17:56 AM UTC-4, Joe Guerra wrote: > > Ok, I removed all the references to Ckeditor and I got the dropdown hover > to work on the inital load. {which

Re: [Rails] jquery drop down hover

2019-04-09 Thread Joe Guerra
Ok, I removed all the references to Ckeditor and I got the dropdown hover to work on the inital load. {which is great} But, on other pages, the hover doesn't work. I've got to see exactly how I loaded it up. On Monday, April 8, 2019 at 10:42:27 AM UTC-4, Joe Guerra wrote: > > I'll try to run

Re: [Rails] jquery drop down hover

2019-04-08 Thread Joe Guerra
I'll try to run it in production mode. I guess I'll need to install PostgreSQL on the development machine. On Wednesday, April 3, 2019 at 8:53:17 PM UTC-4, Walter Lee Davis wrote: > > > > On Apr 3, 2019, at 8:05 PM, Joe Guerra > wrote: > > > > my rails app is versio 5.0.7. > > > > I did

Re: [Rails] jquery drop down hover

2019-04-03 Thread Walter Lee Davis
> On Apr 3, 2019, at 8:05 PM, Joe Guerra wrote: > > my rails app is versio 5.0.7. > > I did change //= jquery to //=jquery3 (and it loaded jquery 3.3.1 in the > production environment on heroku). > > so that wasn't the issue, it's just that my jquery scripts don't seem to run > :( >