Forums / Setup & design / jQuery integration

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

jQuery integration

Author Message

John Moritz

Friday 04 April 2008 3:30:46 am

Just a short Question. Is it possible for an unexperienced ez Publich User to integrate jQuery? Its on heavy use in my Project which is Managed by a selfmade CMS. I want to migrate tu Exponential and afraid to get some Problems with that.

André R.

Friday 04 April 2008 3:47:18 am

Well, jQuery is client side only, so as long as you know html and some javascript you only need to learn parts of the template language to be good to go. So it's more a matter of what you serverside code that you call from jQuery (/ajax) does (if you have any), it is mostly only this part that needs to be ported to Exponential (PHP) and reused as a Exponential module with views for the different server scripts.

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

John Moritz

Friday 04 April 2008 4:12:11 am

Thank you very much for quick answer. Most of my jQuery actions dont use PHP Scripts. So i am glad to hear that!