diff --git a/Gruntfile.js b/Gruntfile.js index 09246065..a17af4da 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -10,8 +10,7 @@ module.exports = function(grunt) { 'use strict'; - var jekyllConfig = "my_setting: 'string1' \r\n"+ -"isLocal : false \r\n"+ + var jekyllConfig = "isLocal : false \r\n"+ "permalink: /:title/ \r\n"+ "exclude: ['.json', '.rvmrc', '.rbenv-version', 'README.md', 'Rakefile', 'changelog.md', 'compiler.jar', 'private', 'magnific-popup.sublime-project', 'magnific-popup.sublime-workspace', '.htaccess'] \r\n"+ "auto: true \r\n"+ diff --git a/README.md b/README.md index 3586421a..8196772c 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,10 @@ Optionally: ## Changelog +### 0.9.9 (Nov 15, 2013) + +- Popup instance object is now available even before the first `$.fn.magnificPopup call`. +- Methods `_onFocusIn` and `_setFocus` are now public, to allow overriding. ### 0.9.8 (Oct 26, 2013) diff --git a/website/_layouts/default.html b/website/_layouts/default.html index 7dc2c5f2..ed82182e 100644 --- a/website/_layouts/default.html +++ b/website/_layouts/default.html @@ -5,6 +5,7 @@ {{ page.title }} + diff --git a/website/documentation.md b/website/documentation.md index a1722671..f21e0c23 100644 --- a/website/documentation.md +++ b/website/documentation.md @@ -29,7 +29,7 @@ Here you can find the guide on how to use Magnific Popup. Besides this docs page Please ask general questions through StackOverflow tagged with `magnific-popup`. -#   +# magnific popup docs * This will become a table of contents (this text will be scraped). {:toc} @@ -1167,7 +1167,7 @@ $.magnificPopup.instance.next = function() { You may override any public function, just note that this change applies globally. -### Known issues +## Known issues ### Text input in [Select2](http://ivaynberg.github.io/select2/) plugin is inactive when added inside popup @@ -1177,4 +1177,6 @@ Refer to [this discussion on GitHub](https://github.com/dimsemenov/Magnific-Popu Improve this documentation page via GitHub (simply submit commit). Any improvements, including your own CodePen examples are very welcome. And, lastly, don't forget to star the script on GitHub: - +
+ +
\ No newline at end of file diff --git a/website/index.html b/website/index.html index b8b6199b..dbcaa66c 100644 --- a/website/index.html +++ b/website/index.html @@ -13,7 +13,7 @@

Magnific Popup

{% include logo.html %}
-

Magnific Popup is a responsive jQuery lightbox plugin that is focused on performance and providing best experience for user with any device (Zepto.js compatible).

+

Magnific Popup is a responsive jQuery lightbox & dialog plugin that is focused on performance and providing best experience for user with any device (Zepto.js compatible).

diff --git a/website/site-assets/site.css b/website/site-assets/site.css index 7ff47ad7..64ef674e 100644 --- a/website/site-assets/site.css +++ b/website/site-assets/site.css @@ -186,7 +186,9 @@ h2.intro { }*/ - +#magnific_popup_docs { + display: none; +} .maruku_toc { position: fixed; left: 0; @@ -195,6 +197,9 @@ h2.intro { background: rgba(255, 255, 255, 0.71); -webkit-backface-visibility:hidden; } +.maruku_toc ul { + list-style: none; +} .maruku_toc ul ul { display: none; }