I’ve a question about chainability, look at this code:
document.getElementById('menu').fadeIn(200, function(){ //callback });
How can i make this without jQuery?
Note: the name fadeIn() and fadeOut() are for example, there are not the jQuery functions.
Source: