Skip to content

Instantly share code, notes, and snippets.

@hissy
Created August 30, 2014 03:14
Show Gist options
  • Save hissy/b6ea84eb5e4aef82096f to your computer and use it in GitHub Desktop.
Save hissy/b6ea84eb5e4aef82096f to your computer and use it in GitHub Desktop.
;(function($){
$("ul.sf-menu").superfish();
jQuery("#responsive-menu select").change(function() {
window.location = jQuery(this).find("option:selected").val();
});
$('#tweets').tweetable({username: 'anariel77', time: true, limit: 1, replies: true, position: 'append'});
//viewportheight : $(document).height();
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment