Prevent Default Behaviour of Hashed Anchor Tag with jQuery
January 29, 2013
Way back in the day, I use to always set up my event triggering anchor tags a certain way to prevent their default behaviour of having to click-through to a…
13 Comments
Way back in the day, I use to always set up my event triggering anchor tags a certain way to prevent their default behaviour of having to click-through to a…
13 Comments
Working with fully responsive elements on a website is an absolute must since there are so many ways to access a site nowadays. You might be at home on your…
I have already written a little jQuery snippet to resize videos but I came across an article by Chris Coyier with an approach that I thought worked a lot better.…
I was working on a site that required a small jQuery function to load only if the site was opened on an iOS device, ie. the iPad, iPhone or iPod.…
I was working with placeholder text for the input fields on a recent project and I needed to make sure that the text would appear in all browsers. I had…
I published a tutorial quite a while back called Simple Voting for WordPress with PHP and jQuery. It was not without its problems, and recently I needed to improve on…
I know there are a few textarea word counter jQuery plugins out there already, but I felt like building my own since I wasn’t a fan of the ones that…
When WordPress introduced post formats in version 3.1, I decided to make sure all of my themes were able to display each one. The only issue I encountered was with…
I was working on a feature for Arturo to add (or enqueue) a script only if a certain function was used on a page. The problem was, that you can’t…
If you take a look at my Stationery Premium WordPress Theme, you will see a featured slideshow that was inspired by Kevin Liew’s jQuery Image Gallery/News Slider with Caption Tutorial.…