SuN-80

Results 4 comments of SuN-80

I'm not sure why @xfra35 didn't add this option yet, so here is my fork (#24) for those who want to hide subfolder for main language : https://github.com/SuN-80/f3-multilang/blob/master/lib/multilang.php You can...

Adding a specific attribute for background images complicates implementation for nothing... Instead, why not to check if data-src is an attribute of an image OR something else? ``` if (this.tagName...

jQuery event aliases like .load, .unload or .error are deprecated since jQuery 1.8, try to register listeners instead. In short replace `$(this).load(function() ` with `$(this).on("load", function()`, it should work

I got the same issue, it shows _SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data_ That's because there are some PHP errors returned in the...