1.释放$符号的使用权
注意点:释放操作必须在编写其他jQuery代码之前
释放之后就不能再使用$符号改为使用jQuery
jQuery.noConflict()
2.自定义一个访问符号
var a=jQuery.noConflict();