Quantcast
Channel: Javascript, jQuery and other Junk
Browsing all 29 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Vertical Parallax Effect for the Entire Page

I found a game site (Elder Scrolls) that has a really cool vertical scrolling effect that I wanted to duplicate, but it only works in webkit browsers. I didn't make it into a plugin, but instead made...

View Article



Image may be NSFW.
Clik here to view.

FullCalendar mini-sized

I've always liked Adam Shaw's FullCalendar plugin and while I was trolling Stackoverflow I found a question about how one would make a tiny version of the calendar. Gears started grinding and I figured...

View Article

Image may be NSFW.
Clik here to view.

Visual Event Bookmarklet

I've been using Visual Event bookmarklet to help quickly visualize which events are attached to a page while troubleshooting problems.I do have one problem with the script. It adds too many layers so...

View Article

Image may be NSFW.
Clik here to view.

FancySelector

I just created FancySelector which replaces the standard select with a more visually appealing select. It allows you to scroll through the options with either the keyboard or mouse. Selecting multiple...

View Article

jQuery find/replace text without destroying DOM elements

I found this question on StackOverflow on how to replace text without destroying event handlers, DOM nodes and such. He just wanted to replace a name inside a block of HTML. The name could be inside of...

View Article


The Base Tag

Whenever someone asks me to help troubleshoot a problem with their site, if I can't immediately see the problem or fix it using Firebug, I download the page as an HTML only file. Then you have to deal...

View Article

Image may be NSFW.
Clik here to view.

Equalizer

This script was first written by Stephen Akins to equalize column heights in multiple rows. Chris Coyier of CSS Tricks then posted an update which allowed the heights to adjust while resizing a page. I...

View Article

jQuery Tablesorter, The Missing Docs

The Missing Docs for jQuery Tablesorter 2.0DefaultsMethodsEventsThese docs have been incorporated into myGithub fork of Tablesorter.All DefaultsAppearancecssHeader: "header"The CSS style used to style...

View Article


Image may be NSFW.
Clik here to view.

Adding WordPress Quicktag Buttons to a WP Plugin

Disclaimer: I am a total noob when it comes to WordPress and WordPress plugins.I was wondering how difficult it would be to add a button to the WordPress Post Editor. I've seen a few plugins do it, but...

View Article


Image may be NSFW.
Clik here to view.

AnythingSlider FX Builder

So, to make it easier to figure out how to add FX to AnythingSlider, I put together a bookmarklet (get it from here) that allows you to build/play with the effects live :)If you need instructions, I...

View Article

Image may be NSFW.
Clik here to view.

AnythingSlider Themes

I put together ten more themes for AnythingSlider! YAY!All theme files are meant to be used independently from the plugin's "anythingslider.css" file. So you only need to include one of these theme...

View Article

Print a Paragraph

By default, browsers will print the content of an entire page/web page or selected text. With some simple scripting you can make it easier for your users to get the browser to print the contents of a...

View Article

Adding Swipe Support

I spent some time trying to figure out how to add mobile swipe support without using jQuery Mobile, because the swipe is all I really needed. I don't own an iPhone/iPad/iAnything, so it took a bit of...

View Article


jQuery Rename Attribute (renameAttr)

I woke up this morning with a very unusual urge to make a rename attribute function for jQuery. I know, right.. that's just too weird! So after messing around with it, I decided that it needed to...

View Article

Get All indexOf From A Search String - String.allIndexOf()

This string function is an extension of String.indexOf() and will return all indexes of a search string. It's named allIndexOf. This code extends javascript and does not require jQuery.Originally if...

View Article


Get All indexOf From An Array - Array.allIndexOf()

This array function is an extension of Array.indexOf(), if it exists, and will return all indexes of the search element. It's named allIndexOf(). This code extends javascript and does not require...

View Article

jQuery UI Side Scroller with buttons

Once again, I got up at 2:30am wide awake... that's what happens when I fall asleep at 9:30 LOL. Anyway, I was bored so I searched for something to do. I found a question on CSS Tricks asking how to...

View Article


Image may be NSFW.
Clik here to view.

jQuery Pathslider

I just created this plugin that is a very basic UI Slider (similar to the jQuery slider), but it doesn't just allow you to move the handle horizontally and vertically, it will follow any shaped curve!...

View Article

All Images Loaded (imagesLoaded)

*NOTE* this code causes infinite loops in IE with image load errors, so I improved and turned this into a real plugin and hosted it on github. A little jQuery function that checks if all images are...

View Article

Image may be NSFW.
Clik here to view.

Adding the MovingBoxes plugin to Blogger

These instructions will allow you to add a MovingBoxes widget to any Blogger post. These instruction really apply to any plugin out there, but instead of making a generic post, I think a specific...

View Article
Browsing all 29 articles
Browse latest View live




Latest Images