File tree Expand file tree Collapse file tree 2 files changed +45
-6
lines changed
Expand file tree Collapse file tree 2 files changed +45
-6
lines changed Original file line number Diff line number Diff line change 1+ # Compiled source #
2+ # ##################
3+ * .com
4+ * .class
5+ * .dll
6+ * .exe
7+ * .o
8+ * .so
9+
10+ # Packages #
11+ # ###########
12+ # it's better to unpack these files and commit the raw source
13+ # git has its own built in compression methods
14+ * .7z
15+ * .dmg
16+ * .gz
17+ * .iso
18+ * .jar
19+ * .rar
20+ * .tar
21+ * .zip
22+
23+ # Logs and databases #
24+ # #####################
25+ * .log
26+ * .sql
27+ * .sqlite
28+
29+ # OS generated files #
30+ # #####################
31+ .DS_Store
32+ .DS_Store ?
33+ ._ *
34+ .Spotlight-V100
35+ .Trashes
36+ Icon ?
37+ ehthumbs.db
38+ Thumbs.db
39+ .idea /
Original file line number Diff line number Diff line change 77 */
88
99/*
10-
10+ TODO : loading html ,position options and provide some nice default.
11+ TODO : option to disable scroll :http://stackoverflow.com/questions/3656592/how-to-programmatically-disable-page-scrolling-with-jquery
12+ TODO : handle horizontal scroll also.
13+ TODO : create page with examples,aka demo page in github.
1114 TODO : qunit ,simulate scroll - http://stackoverflow.com/questions/6761659/simulate-scroll-event-using-javascript
1215 TODO : think about giving option of calculating trigger on last element of the binder,may be use way points plugin.
13- TODO : create page with examples,aka demo page in github.
14- TODO : check bug with scrolling in elements why not called callback.
1516 TODO : think about disabling scroll until targetHtml is changed or callback called.
16- TODO : loading html ,position options and provide some nice default.
17- TODO : handle horizontal scroll also.
18- TODO : provide custom selector.
17+
18+
1919
2020 */
2121
You can’t perform that action at this time.
0 commit comments