What is slim in file.slim.js

I don’t know if .slim.js is a standard name extension for javascript library, but for jQuery, it is a build without some extensions, just check the beginning of the file: -ajax,-ajax/jsonp,-ajax/load,-ajax/parseJSON,-ajax/parseXML,-ajax/script,-ajax/var/location,-ajax/var/nonce,-ajax/var/rquery,-ajax/xhr,-manipulation/_evalUrl,-event/ajax,-effects,-effects/Tween,-effects/animatedSelector,-deprecated Typically you have no ajax support (jQuery.ajax is not defined), no effects, and the deprecated method are removed. Concerning requireJS, as far as I … Read more

jquery 3.0 url.indexOf error

Update all your code that calls load function like, $(window).load(function() { … }); To $(window).on(‘load’, function() { … }); jquery.js:9612 Uncaught TypeError: url.indexOf is not a function This error message comes from jQuery.fn.load function. I’ve come across the same issue on my application. After some digging, I found this statement in jQuery blog, .load, .unload, … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)