Mitchell McKenna - tagged with jquery http://mitchmckenna.com/feed en-us http://blogs.law.harvard.edu/tech/rss LifePress mitchellmckenna@gmail.com Toolbar.js - jQuery plugin to create tooltip style toobars http://mitchmckenna.com/post/15525/toolbarjs-jquery-plugin-to-create-tooltip-style-toobars

Toolbar allows you to quickly create tooltip style toolbars for use in web applications and websites. The toolbar is easily customisable using Font Awesome icons and provides flexibility around the toolbars display and number of icons.

]]>
Wed, 27 May 2015 13:21:00 -0400 http://mitchmckenna.com/post/15525/toolbarjs-jquery-plugin-to-create-tooltip-style-toobars/toolbarjs-jquery-plugin-to-create-tooltip-style-toobars
FitVids.JS - Responsive Youtube/Vimeo Embeds http://mitchmckenna.com/post/14695/fitvidsjs-responsive-youtubevimeo-embeds

A lightweight, easy-to-use jQuery plugin for fluid width video embeds.

]]>
Fri, 29 Aug 2014 16:44:00 -0400 http://mitchmckenna.com/post/14695/fitvidsjs-responsive-youtubevimeo-embeds/fitvidsjs-responsive-youtubevimeo-embeds
You Might Not Need jQuery http://mitchmckenna.com/post/13996/you-might-not-need-jquery

Neat site that shows side by side how to do something in jquery and how to do it in native javascript. It's not saying don't use jquery, but your just doing something simple, in modern browsers, maybe you don't need the whole jquery library.

]]>
Fri, 31 Jan 2014 13:45:00 -0500 http://mitchmckenna.com/post/13996/you-might-not-need-jquery/you-might-not-need-jquery
Checkboxes and radio buttons customization (jQuery and Zepto) plugin http://mitchmckenna.com/post/13954/checkboxes-and-radio-buttons-customization-jquery-and-zepto-plugin

Super customized checkboxes and radio buttons for jQuery and Zepto.

]]>
Thu, 23 Jan 2014 12:21:00 -0500 http://mitchmckenna.com/post/13954/checkboxes-and-radio-buttons-customization-jquery-and-zepto-plugin/checkboxes-and-radio-buttons-customization-jquery-and-zepto-plugin
Adaptive Backgrounds jQuery Plugin http://mitchmckenna.com/post/13834/adaptive-backgrounds-jquery-plugin

A jQuery plugin for extracting dominant colors from images and applying it to its parent.

]]>
Mon, 23 Dec 2013 15:13:00 -0500 http://mitchmckenna.com/post/13834/adaptive-backgrounds-jquery-plugin/adaptive-backgrounds-jquery-plugin
odometer http://mitchmckenna.com/post/13556/odometer

Odometer is a Javascript and CSS library for smoothly transitioning numbers, like a car odometer.

]]>
Sat, 26 Oct 2013 16:28:00 -0400 http://mitchmckenna.com/post/13556/odometer/odometer
Magnific Popup: Responsive jQuery Lightbox Plugin http://mitchmckenna.com/post/12823/magnific-popup-responsive-jquery-lightbox-plugin

Magnific Popup is an open source responsive jQuery lightbox plugin that is focused on speed and providing best experience for user with any device. There's a great article by the creator over on http://coding.smashingmagazine.com/2013/05/02/truly-responsive-lightbox/.

]]>
Sun, 05 May 2013 17:36:00 -0400 http://mitchmckenna.com/post/12823/magnific-popup-responsive-jquery-lightbox-plugin/magnific-popup-responsive-jquery-lightbox-plugin
Meta Slider - WordPress Plugin http://mitchmckenna.com/post/12593/meta-slider-wordpress-plugin

I was on the hunt for a image slider plugin for wordpress and was surprised how many don't include an interface for putting together multiple sliders. Meta Slider was probably the best one I found. You can pick from 4 open source jQuery sliders when creating your slides; Nivo Slider, Flex Slider 2, Coin Slider and Responsive Slides. Slideshows are stored as a custom post type, slides are stored as media files and the relation between the two is stored as taxonomy data. You can create unlimited slideshows with unlimited number of slides.

]]>
Mon, 11 Mar 2013 13:40:00 -0400 http://mitchmckenna.com/post/12593/meta-slider-wordpress-plugin/meta-slider-wordpress-plugin
ResponsiveSlides.js · Responsive jQuery Slider & Slideshow http://mitchmckenna.com/post/12592/responsiveslidesjs-responsive-jquery-slider-amp-slideshow

Was on the hunt for a image slider carousel for a website over the weekend and had a hard time finding one I liked, which is surprising because all it's gotta do is rotate images with a fade effect and before and after buttons. I was impressed with the size of this one and how many stars it had on Github.

]]>
Mon, 11 Mar 2013 13:30:00 -0400 http://mitchmckenna.com/post/12592/responsiveslidesjs-responsive-jquery-slider-amp-slideshow/responsiveslidesjs-responsive-jquery-slider-amp-slideshow
Twitter typeahead.js - jQuery plugin for auto completion http://mitchmckenna.com/post/12529/twitter-typeaheadjs-jquery-plugin-for-auto-completion

A fully-featured query-able search box. Search data on the client, server, or both. Displays suggestions to end-users as they type while showing the top suggestion as a hint (i.e. background text). Suggest multiple types of data (e.g. searches and accounts) in a single input. Define custom matching and ranking functions. Rate-limits network requests to lighten the load. Optimized for large local datasets, so it's fast for high-latency networks. Supports customized templates for suggestions. Easily integrated with Bootstrap.

]]>
Wed, 20 Feb 2013 06:51:00 -0500 http://mitchmckenna.com/post/12529/twitter-typeaheadjs-jquery-plugin-for-auto-completion/twitter-typeaheadjs-jquery-plugin-for-auto-completion
Twitter typeahead.js - jQuery plugin for auto completion http://mitchmckenna.com/post/12947/twitter-typeaheadjs-jquery-plugin-for-auto-completion

submitted by mitchmckenna to jquery [link] [1 comment]

]]>
Tue, 19 Feb 2013 23:59:00 -0500 http://mitchmckenna.com/post/12947/twitter-typeaheadjs-jquery-plugin-for-auto-completion/twitter-typeaheadjs-jquery-plugin-for-auto-completion
Canvas Query - jQuery-like library for HTML5 Canvas http://mitchmckenna.com/post/12517/canvas-query-jquery-like-library-for-html5-canvas

Canvas Query is a wrapper library for HTML5 Canvas element which allows it to be used with jQuery-like syntax. Also it adds a lot of common use image manipulation methods mainly convenient for gamedevelopers.

]]>
Mon, 18 Feb 2013 17:34:00 -0500 http://mitchmckenna.com/post/12517/canvas-query-jquery-like-library-for-html5-canvas/canvas-query-jquery-like-library-for-html5-canvas
How to Include JavaScript and CSS in Your WordPress Themes and Plugins http://mitchmckenna.com/post/10837/how-to-include-javascript-and-css-in-your-wordpress-themes-and-plugins

So your working on your WordPress theme, and need to include some javascript or css, just throw it in the header or footer right? Well, actually Wordpress has it's own preferred way of including js and css. If you follow their best practices, you can avoid the risk of conflicting with other themes and plugins.

]]>
Fri, 17 Feb 2012 12:18:00 -0500 http://mitchmckenna.com/post/10837/how-to-include-javascript-and-css-in-your-wordpress-themes-and-plugins/how-to-include-javascript-and-css-in-your-wordpress-themes-and-plugins
jQuery UI Bootstrap – A Twitter Bootstrap Inspired Theme For Your jQuery UI Widgets http://mitchmckenna.com/post/10719/jquery-ui-bootstrap-a-twitter-bootstrap-inspired-theme-for-your-jquery-ui-widgets

jQuery UI Bootstrap offers a clean implementation of the Twitter Bootstrap design as a jQuery UI theme that can be applied to widgets . It also includes a 'cleaned up' version of Bootstrap which can be used alongside this particular theme without needing to worry about styles colliding.

]]>
Mon, 23 Jan 2012 13:47:00 -0500 http://mitchmckenna.com/post/10719/jquery-ui-bootstrap-a-twitter-bootstrap-inspired-theme-for-your-jquery-ui-widgets/jquery-ui-bootstrap-a-twitter-bootstrap-inspired-theme-for-your-jquery-ui-widgets
jQuery Mobile reaches 1.0 status http://mitchmckenna.com/post/10458/mitchellmckenna-jquery-mobile-reaches-10-status-httptcojutevmri-jquery

jQuery Mobile reaches 1.0 status http://t.co/juteVMrI #jquery

]]>
Sun, 20 Nov 2011 16:57:00 -0500 http://mitchmckenna.com/post/10458/mitchellmckenna-jquery-mobile-reaches-10-status-httptcojutevmri-jquery/mitchellmckenna-jquery-mobile-reaches-10-status-httptcojutevmri-jquery
Goodbye bind(), unbind(), delegate(), undelegate(), live(), die()... Hello on() and off() http://mitchmckenna.com/post/10407/mitchellmckenna-goodbye-bind-unbind-delegate-undelegate-live-die-hello-on-and-off-httptco6t6xri12-jquery-via-robberwick

Goodbye bind(), unbind(), delegate(), undelegate(), live(), die()... Hello on() and off() http://t.co/6t6xRi12 #jquery (via @robberwick)

]]>
Tue, 08 Nov 2011 18:22:00 -0500 http://mitchmckenna.com/post/10407/mitchellmckenna-goodbye-bind-unbind-delegate-undelegate-live-die-hello-on-and-off-httptco6t6xri12-jquery-via-robberwick/mitchellmckenna-goodbye-bind-unbind-delegate-undelegate-live-die-hello-on-and-off-httptco6t6xri12-jquery-via-robberwick
Wow, jQuery 1.7 marks .live() as deprecated http://mitchmckenna.com/post/10406/mitchellmckenna-wow-jquery-17-marks-live-as-deprecated-httptco4scodi2l-jquery-via-developer

Wow, jQuery 1.7 marks .live() as deprecated http://t.co/4SCoDi2l #jquery (via @developer)

]]>
Tue, 08 Nov 2011 18:15:00 -0500 http://mitchmckenna.com/post/10406/mitchellmckenna-wow-jquery-17-marks-live-as-deprecated-httptco4scodi2l-jquery-via-developer/mitchellmckenna-wow-jquery-17-marks-live-as-deprecated-httptco4scodi2l-jquery-via-developer
Basic jQuery Slider http://mitchmckenna.com/post/10388/basic-jquery-slider

A simple, no-frills, robust jQuery plugin for creating beautiful slideshows for your featured content.

Basic jQuery Slider has been developed to be as simple and lightweight as possible. Only the essential functionality has been included combined with clean semantic mark-up. This means instead of removing features and bending a slider plugin to suit your needs, you can use this slider and as a base and extend it to be as feature rich, or as simple, as you need.

Slides can contain any valid HTML markup. Slide and fade animations. Supported in all major browsers. Easy to theme. Supports keyboard navigation. Super lightweight, at 4.6kb minified.

]]>
Sat, 05 Nov 2011 19:03:00 -0400 http://mitchmckenna.com/post/10388/basic-jquery-slider/basic-jquery-slider
leanModal - Super-Light Weight Lightbox Effect http://mitchmckenna.com/post/9812/leanmodal-super-light-weight-lightbox-effect

Looking for something to give a simple lightbox effect (maybe just a login prompt), but don't really want to include something like jQueryUI for just it's dialog effect? This little function is less than 1 KB.

]]>
Sun, 10 Jul 2011 23:20:00 -0400 http://mitchmckenna.com/post/9812/leanmodal-super-light-weight-lightbox-effect/leanmodal-super-light-weight-lightbox-effect
jQuery Lifestream http://mitchmckenna.com/post/9806/jquery-lifestream

Show a stream of your online activity with jQuery. Great if you want to toss your lifestream into a sidebar on your website. Very simple stream with a icon of the service you posted to and a link to the post. Over 25 social networks supported so far and growing.

]]>
Sun, 10 Jul 2011 19:26:00 -0400 http://mitchmckenna.com/post/9806/jquery-lifestream/jquery-lifestream