html文件中jquery与velocity变量中的$冲突的解决方法

内容摘要
问题描述:

在使用velocity模版引擎的环境下,使用jquery时,如:$.fullCalendar.gcalFeed('http://www.google.com/calendar/feeds/sfzc1%40realintelligence.com/public/basic')
文章正文
问题描述:

在使用velocity模版引擎的环境下,使用jquery时,如:$.fullCalendar.gcalFeed('http://www.google.com/calendar/feeds/sfzc1%40realintelligence.com/public/basic')

其中$与velocity变量中的$冲突。

解决方案:

定义一个velocity变量:#set($jquery="$.") 然后:${jquery}fullCalendar.gcalFeed('http://www.google.com/calendar/feeds/sfzc1%40realintelligence.com/public/basic'),利用veloctiry模板引擎的替换原则,html代码第一次编译成$.fullCalendar.gcalFeed('http://www.google.com/calendar/feeds/sfzc1%40realintelligence.com/public/basic'),被替换之后二次编译,代码没有任何问题。

综上所述应了一个真理:“解铃还需系铃人”
代码注释

作者:喵哥笔记

IDC笔记

学的不仅是技术,更是梦想!