⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

jquery conflict?



Amgarp

Amgarp
  • profile picture
  • Member

Posted 07 October 2012 - 21:07 PM

[color=#ff0000][u][b]SOLVED[/b][/u][/color]

[u][b][color=#ff0000](long story, I won't bother you any further)[/color][/b][/u]


Hi,

Grocery crud works fine in [i]development [/i](locally) and on the [i]test[/i] environment on the server of my customer. However in [i]live[/i] and the [i]demo[/i] environment it doesn't work at all (no grid is displayed at all).
Strange behaviour, since [i]test, live [/i]and [i]demo[/i] are on the same server, just different root directories.

Debugging javascript in IE gives me "SCRIPT438: Object doesn't support property or method 'numeric'", but only in [i]development[/i] and [i]test[/i]. In [i]live [/i]and [i]demo[/i] no errors (but also no grid, so probably the errors are fatal?).
Debugging in Firefox gives me "TypeError: $("#crud_page").numeric is not a function".

I already use $crud->unset_jquery();, but no success.

I suspect some jquery version conflict, but I am not sure.

Any help is appreciated, because I'm already pretty frustrated and desperate.

Thanks,
Koos

bluepicaso

bluepicaso
  • profile picture
  • Member

Posted 23 May 2014 - 09:55 AM

same issue with me