Tag: jQuery

  • How to Customize Bootstrap – Dos and Don’ts

    Twitter Bootstrap 3 is great for creating responsive websites. It comes with many components and features that are easy to use and has a great documentation. That’s not always enough. Sometimes you need additional JavaScript functionality or custom CSS. You might even want to add additional jQuery plugins. Sooner or later you’ll hit an issue…

  • Reusing page jQuery in a Greasemonkey script

    Many times I’ve used a RIA or a website and wanted it to behave differently or have an additional functionality that I need. Thanks to Greasemonkey this is possible. We live in a jQueritifed world where most of the web pages use jQuery. That’s why on of the things that I need to do most…