This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function($) { | |
$('#hoverta_scroll-up').on('click', function() { | |
$("html, body").animate({ | |
scrollTop: 0 | |
}, 1200); | |
return false; | |
}); | |
})(window.jQuery); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<===================HTML JQUERY PLUGN========================> | |
1---> Product zoom ---- http://www.elevateweb.co.uk/image-zoom/examples --> done | |
2---> Light Box ---- http://lokeshdhakar.com/projects/lightbox2/ --> done | |
3---> Sticky Menu ---- https://github.com/garand/sticky --> done | |
4---> Category Menu ---- http://www.w3schools.com/jquery/tryit.asp?filename=tryjquery_slide_toggle --> done | |
5---> Preloader ---- http://joaopereirawd.github.io/fakeLoader.js/demo/demo8.html --> done | |
6---> Owl carousel ---- http://owlgraphic.com/owlcarousel/demos/transitions.html --> 2/done | |
7---> Slick Slider ---- http://kenwheeler.github.io/slick/----https://github.com/kenwheeler/slick/ | |
8---> Masonary ---- https://github.com/desandro/masonry |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Package Name | |
-------------------------- | |
1. Emmet | |
2. AutoFileName | |
3. AllAutocomplete | |
4. BracketHighlighter | |
5. Local History | |
6. SublimeLinter | |
7. ColorPicker | |
8. MarkDown Editing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SHORTCODE.PHP | |
------------------------ | |
function functionname(){ | |
ob_start(); | |
?> | |
HTMLCODEHERE.. | |
<?php |