Hi,
Does anybody know how to integrate jquery into elgg? I wanted to replace all checkboxes with something like http://jqueryui.com/demos/button/#checkbox and the dropdowns like this one http://www.hv-designs.co.uk/tutorials/sliding_menu/sliding_menu.html . An other pagination would be also very cool :-)
Oh, I'm using elgg 1.7.7.
Do I only have to add some code into the header? Or is there more needed?
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- DhrupDeScoop@Dhrup2000

DhrupDeScoop - 0 likes
- MaddinB@MaddinB

MaddinB - 0 likes
You must log in to post replies.jQuery is already integrated in elgg ;-) the 2nd example you posted is a jQuery addon - just add the code for that where needed..
Oh, but what does just add the code for that where needed mean? When I want to replace the checkboxes-what changes do I have to make? Only add a <script src.... to header? Or what else?