Jquery tooltips for joomla site
I wa开发者_运维技巧nt to replace all the java script alert messages and tool tips with jquery tool-tips in my joomla site.
You could write a system plugin which onAfterRender():
- searched the output code with regular expressions for javascript alert messages
- injects any jquery includes you need into JDocument
- replaces all of the alerts with your jquery version
HTH, Jochen
精彩评论