开发者

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜