add the following data-cycle-slides=”> .blog_schema > .blog_data > .client_about_us”
Tag Archives: jquery
Performs a smooth page scroll to an anchor Jquery
$(function() { $(‘a[href*=”#”]:not([href=”#”])’).click(function() { if (location.pathname.replace(/^\//,”) == this.pathname.replace(/^\//,”) && location.hostname == this.hostname) { var target = $(this.hash); target = target.length ? target : $(‘[name=’ + this.hash.slice(1) +’]’); if (target.length) { $(‘html, body’).animate({ scrollTop: target.offset().top }, 1000); return false; } } }); }); source https://css-tricks.com/snippets/jquery/smooth-scrolling/
PreLoadMe
a lightweight jQuery website preloader PreLoadMe is a lightweight preloader for any web content. Powered by jQuery and CSS it is fully responsive and will run on all modern desktop- and mobile browsers with no additional plugins.
Responsive jQuery Slider Collection
A tiny collection with powerfull responsive query sliders.
FileReader.js
Read Files In The Browser FileReader.js is intended to make accessing files via the FileReader interface easier. Read more about the motivation behind filereader.js.
jQuery BlockUI Plugin
The jQuery BlockUI Plugin lets you simulate synchronous behavior when using AJAX, without locking the browser[1]. When activated, it will prevent user activity with the page (or part of the page) until it is deactivated. BlockUI adds elements to the DOM to give it both the appearance and behavior of blocking user interaction.