Avoid element.dispatchEvent error when using jQ...
解决办法:Step1.先引用jquery.js再引用prototype.js,i.e.Step2:使用jQuery('.className'),而不是用$('.className').query的api中提供了对元素应用disabled和readonly属性的方法,在这里记录下。如下: 1.readonly $('input').attr("readonly","readonly")//将inpu