Home javascript

Category: javascript

Related categories

There is an array and a function, you need to delete elements from the array, I understand that delete deletes an element, but after...
There is a code like this and it works: function openLikeBlock () { var like = document.getElementById ("like"); like.addEventListener ('click', function (e) { ...
I study JavaScript, I met on Wikipedia example of describing multidimensional arrays the code is like this: // Create a two-dimensional array of numbers: var...
In theory like this var destination = jQuery ("# ​​job"). offset (). top; if (jQuery.browser.safari) { jQuery ('body'). animate ({scrollTop: destination}, 1100); // 1100...

Recent posts