+1 , especially because I have OCD and I'd like all digits to be 1M.Gaetan89 wrote:What do you think about using the newly released jQuery 1.11.1?

+1 , especially because I have OCD and I'd like all digits to be 1M.Gaetan89 wrote:What do you think about using the newly released jQuery 1.11.1?
I don't see how we could refuse. Flawless logic.Louis7777 wrote:+1 , especially because I have OCD and I'd like all digits to be 1M.Gaetan89 wrote:What do you think about using the newly released jQuery 1.11.1?
We use that to load jQuery from a local directory in case that the google CDN is not available:The unescape() function was deprecated in JavaScript version 1.5. Use decodeURI() or decodeURIComponent() instead.
Code: Select all
<script type="text/javascript">window.jQuery || document.write(unescape('%3Cscript src="./assets/javascript/jquery.min.js?assets_version=1713" type="text/javascript"%3E%3C/script%3E'));</script>
Code: Select all
<script>window.jQuery || document.write('<script src="./assets/javascript/jquery.min.js?assets_version=1713"><\/script>');</script>
Worth itPayBas wrote:Ticket to change it? or not worth it?