diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ac8f968 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# Compiled source # +################### +*.com +*.class +*.dll +*.exe +*.o +*.so +*.pyc + +# Logs and databases # +###################### +*.log + +# OS generated files # +###################### +.DS_Store* +ehthumbs.db +Icon? +Thumbs.db diff --git a/examples/index.html b/examples/index.html index 6ad9bde..7e3f8b7 100644 --- a/examples/index.html +++ b/examples/index.html @@ -13,18 +13,18 @@ $("#stale").fancydropdown({ return_false: false }); - + $(document).fancydropdown({ return_false: true }); }); - +
- +