Tag: jquery

Solution: Boilerplate Theme for WordPress + Dig Labs Stripe Plugin jQuery Issues

I am currently working on a subscription-based WordPress installation. For this project I am using a theme called Boilerplate. Users signup, pay their monthly fee (recurring or single payment) and get access to a set of restricted documents. After much

Posted in: Code Samples  |  Tagged with: , ,  |  Leave a comment

jQuery: Custom Recursive Blink Function

I recently wrote a recursive function to create a blinking effect on a given div. I’m totally geeking out on it right now. I know this can be done via jQuery UI, but I didn’t want the overhead on my

Posted in: Development  |  Tagged with: , , , ,  |  Leave a comment

jQuery: Click Anywhere But Some Element

Picture it. I have a clickable main navigation. This click expands a sub-menu. It’s all styled and looks great. However, if you click outside of an already expanded sub-menu, said sub-menu is still shown. So the problem is I need

Posted in: Development  |  Tagged with: ,  |  Leave a comment

jQuery Templates, Test for Undefined JSON Variable

I needed to test for an undefined JSON variable today. It’s pretty simple. I found the answer in the comments on the jQuery template {{if}} tag page: http://api.jquery.com/template-tag-if/

Posted in: Development  |  Tagged with: ,  |  Leave a comment