With jQuery resize event, you can now bind resize event handlers to elements other than window, for super-awesome-resizing-greatness!
Category Archives: JavaScript – Ajax
Using JavaScript and CSS with your WordPress Plugin
A lot of plugins nowadays are more reliant on JavaScript and Cascading Style Sheets. It is important to separate your JavaScript and CSS into separate files so that the plugin is easier to maintain. This portion of the series will cover how to load JavaScript and CSS files for your plugin.
TinyMCE automatically remove empty tags
I need to have the following HTML code: <div id="boxContainer"></div> but the editor removes all "empty" situations!
3 jQuery Twitter Plugins – Add Tweets To Your Website
Integrating social profiles with websites is a very popular trend as they represent a content. For Twitter, if you have an account and want to add tweets to your website, these 3 jQuery Tweeter plugins will help you for sure:
Bootbox.js – alert, confirm and flexible dialogs for twitter’s bootstrap framework
I’ve been using twitter’s bootstrap framework for a number of site builds recently, mainly because it gets me from black-and-white markup to vaguely-presentable websites in a very small amount of time. Version 1.3 introduced some JavaScript plugins to complement the array of stylistic elements it already provided – notably code to invoke dialog boxes, or …
nanoscroller MAC STYLE SCROLL FOR JQUERY
nanoScroller.js is a jQuery plugin that offers a simplistic way of implementing Lion-styled scrollbars for your website. It uses minimal HTML markup being .nano > .content. The other scrollbar div elements.pane > .slider are added during run time to prevent clutter in templating. The latest version utilizes native scrolling and works with the iPad, iPhone, …