Javascript Template Engine Use with jQuery

戏子无情 提交于 2019-12-04 17:31:51

.gitignore is a source control file and not relevant to the scripts - see http://help.github.com/ignore-files/ for more info.

package.JSON is a metadata file for jquery plugins for use by the new jquery plugin site and is nothing to do with the functioning of the plugin you are trying to use - see https://github.com/jquery/plugins.jquery.com#readme for more info.

My best guess for the error is a clash of script files between the plugin and what you already have on wordpress.

Could you post the actual error message(s)?

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!