Re: Ajax jQuery

2016-01-09 Thread Troy Lumasag
Hi, or just replace "$" with "jQuery". proper order of js scripts loaded is also to be checked as what Mark said. --Troy On 1/8/16 10:24 PM, Daniele Corti wrote: Hi Mark, Are you using the jQuery.noConflict() option? And check the order the js sctipts are loaded in the page. I had lot's

Re: Ajax jQuery

2016-01-08 Thread Daniele Corti
Hi Mark, Are you using the jQuery.noConflict() option? And check the order the js sctipts are loaded in the page. I had lot's of troubles caused be them. In a project i had to disable the autoload of Ajax libraries, and load them in the pages throught the wrapper component. Hope this help Il 07/

Re: Ajax jQuery

2016-01-07 Thread Paul Hoadley
Hi Mark, On 8 Jan 2016, at 8:10 am, Mark Gowdy wrote: > In a nutshell, the Ajax.framework is great, but it causes issues when you try > to use it in tandem with various jQuery libraries and particularly with the > BootStrap themes. > All I really need is a basic Ajax Container, Link and Submit

Ajax jQuery

2016-01-07 Thread Mark Gowdy
Hi, In a nutshell, the Ajax.framework is great, but it causes issues when you try to use it in tandem with various jQuery libraries and particularly with the BootStrap themes. All I really need is a basic Ajax Container, Link and SubmitButton. I tried ERJQMobile, it sorta worked, but I experie