RSS
 

jQuery VS lightbox2

02 Dec

今天这不是新写了主题正兴奋着呢么?
然后就发现了一个冲突(正所谓不折腾没收获)

jQuery 和 lightbox2 竟然不可以共存~ 如果共存的话 jQuery 就会报 #(‘#someElement’) is null

而 lightbox 工作正常。。。

但是也不是真的不能正常工作,只是需要把 jQuery 里的 ‘$’ 换成 ‘jQuery’ 比如: jQuery(‘#someElement’) 就好了。。。

记录之。

 
No Comments

Posted in notes

 

Tags: , ,

Leave a Reply

 
Note: Commenter is allowed to use '@User+blank' to automatically notify your reply to other commenter. e.g, if ABC is one of commenter of this post, then write '@ABC '(exclude ') will automatically send your comment to ABC. Using '@all ' to notify all previous commenters. Be sure that the value of User should exactly match with commenter's name (case sensitive).