Skip to content

Commit c58116c

Browse files
committed
Snapshot pending
1 parent 97047e3 commit c58116c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
JQuery Autohide plugin
2-
======================
1+
JQuery Autohide plugin v2.1 beta
2+
================================
33

44
Jquery plugin to show / hide / autohide elements, like shopping carts or help bubbles, megadrop menus. That elements' visibility is triggered from another element... usually a button, menu item, etc.
55

6-
<h3>[View demo]()<h3>
6+
<h3>[Watch the demo included in the repo](https://htmlpreview.github.io/?https://raw.githubusercontent.com/carloscabo/jquery-autohide-plugin/master/index.html)</h3>
77

8-
![Smaple snapshop](https://raw.github.com/carloscabo/jquery-autohide-plugin/master/sample-image.png)
8+
![Snapshot](https://raw.githubusercontent.com/carloscabo/jquery-autohide-plugin/master/img/snapshot.gif)
99

1010
## 1. Concepts / naming
1111

js/ready.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $(document).ready(function() {
1010
});
1111

1212
$('#single-bubble-button-b > a').autohide_timeout({
13-
timeout: 10000,
13+
timeout: 9999,
1414
events: 'click mouseenter',
1515
$target: $('#single-bubble-content-b')
1616
});

sample-image.png

-22 KB
Binary file not shown.

0 commit comments

Comments
 (0)