background preloader

jQuery

Facebook Twitter

Free jQuery Parallax Plugin. How can I make the boostrap js carousel automatically cycle as soon as the page loads. Serialize Form to JSON. What's the name of jQuery plugin which auto arranges div/image elements on page. How to use responsive twitter bootstrap & masonry together. Jquery/jquery-color. 25+ Useful jQuery Plugins for Working With Social Media. Due to growing popularity of social networking sites every body wants to grow their site traffic through these social sites like Facebook, Twitter, Digg, Dzone etc… Every business whether small or big is doing its best to spread a word about its activities through Social Media.

25+ Useful jQuery Plugins for Working With Social Media

They help the websites and bloggers to generate new and high traffic by telling people that how many other people like this website and blogs. This is the reason the integration of Social Media into websites has become more essential now. jQuery offers various solutions in form of plugins and widgets that are really helpful. You can choose a tool that can appropriately meet your social media promotional needs but finding them may not be easy as it seems. So here in this article, we are sharing with you some of these social media jQuery plugins that you can use to meet your varied social media needs. How to add smooth scrolling to Bootstrap's scroll spy function.

Remove CSS Attribute with jQuery. Jquery - How to bind to the submit event when HTML5 validation is used. How to get mouse position in jQuery without mouse-events. Jquery - Scale ImageMap coords with dynamic sized images. Document.elementFromPoint – a jQuery solution - zehnet.de. While writing a new drag & drop component, i came across the javascript function elementFromPoint(x,y).

document.elementFromPoint – a jQuery solution - zehnet.de

The elementFromPoint method returns the DOM node located at the coordinates x,y. This method is truly helpful when it comes to detecting a drop target.