Skip to content

Instantly share code, notes, and snippets.

@Matslom
Last active August 29, 2015 14:24
Show Gist options
  • Save Matslom/76c94b1cdd452daf2035 to your computer and use it in GitHub Desktop.
Save Matslom/76c94b1cdd452daf2035 to your computer and use it in GitHub Desktop.
$(document).ready(function(){
setTimeout(function(){
var w = $('#mainmenu').width();
$('.dropdown-szukaja').css( "width", w );
}, 1000);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment