jQuery.birdseye icon indicating copy to clipboard operation
jQuery.birdseye copied to clipboard

A jQuery plugin that automatically generates birdseye navigation for a content container

Results 2 jQuery.birdseye issues
Sort by recently updated
recently updated
newest added

Using jQuery UI's draggable method, doing this function during drag doesn't work: ``` javascript function() { var new_birdseye_top = parseInt($('#birdseye-location').css('top')); var new_viewpport_top = (new_birdseye_top + (birdseye_constants.content_dist_from_top / birdseye_constants.divisor)) * birdseye_constants.divisor;...