3 Really Fun jQuery Plugins

Sometimes, web developers just wanna have fun. If you can relate to this, then you'll probably love this list we put together of 3 of our favorite super fun jQuery plugins that you can add to your projects. They may not be the most useful or practical plugins around, but they sure are fun to […]
Read the rest of this entry »

How to Use jQuery to Dynamically Open Links in New Tabs

Even if you're a new or beginning developer, you probably know that you can easily make links open in new tabs by using the target attribute with your anchor tags. To make a link open in a new tab, all it takes is to make your HTML look like this: <a href="/link/" target="_blank"></a> The target="_blank" […]
Read the rest of this entry »

jQuery Snippets: How to Conditionally Enable Submit

One easy way to prevent users from submitting an empty form in a pinch is to conditionally disable the submit button. This might be technically be considered a best practice, but if you're in a rush and don't have the time to write an entire set of validation rules, this is a solution (even if […]
Read the rest of this entry »

7 jQuery Plugins for Mobile Friendly Projects

If you're not designing and coding every single project that you do with mobile in mind, then you're probably doing something wrong. Even if you're not coding mobile first designs, they should at the very least be mobile friendly because, you know, it's 2017 and we're living in an ever-expanding mobile world. Every project you […]
Read the rest of this entry »

How to Use JavaScript to Detect Browser

Wouldn't it be nice if all of our code looked the same and worked the same no matter what browser our users are viewing our projects or web pages on? That's the dream, right? Unfortunately, cross browser compatibility isn't something that a site can achieve without adding some extra code. There a few ways that […]
Read the rest of this entry »

How to Use Google Analytics with jQuery Mobile

jQuery Mobile is an HTML5 based web-page framework that's optimized for touch -- so it's perfect for using to make responsive web pages and websites that will look great and work phenomenally on mobile devices and tablets. The framework is also optimized for performance. It typically has a very fast page load time, because each […]
Read the rest of this entry »

Responsive Menu
Add more content here...