7
Por que JQuery tem cifrões em todos os lugares?
Estou trabalhando em um projeto com bastante JQuery nele. O JQuery tem muitos sinais $ em todos os lugares, por exemplo $(document).ready(function () { $('input[type=file]').wl_File({ url: '/Admin/PolicyInventory/UploadDocuments', onFileError: function (error, fileobj) { $.msg('file is not allowed: ' + fileobj.name, { header: error.msg + ' Error ', live: 10000 }); } …
112
jquery