Tell me how to make a smooth appearance of the blocks when the page loads? I tried through fadeIn (I connected the jq file to the header, created the common.js file, put the code in there)
$(window).ready(function(){ $("#bf_container").fadeIn('slow'); }); But to no avail
$(window).readymean? ........ can still$(document).readyor$(window).load? - Alexey Shimansky