Schedule a Free Consultation
jQuery, determine if an event was triggered by human or by jQuery $.trigger()

jQuery, determine if an event was triggered by human or by jQuery $.trigger()

Read Article

That moment when you need to add an additional feature if a click was not made by the user but rather by the code:

Navigate to

Check some other articles we wrote

Test if Flexslider loaded
Test if Flexslider loaded
Recently I had a mini project for a client and I had to test if Flexslider has been shown on the screen in order to further modify it. Subscribing to the start callback didn’t work because the slider was shown by the theme and not by my code. jQuery(document).ready(…) didn’t work either. The slider was there, […]
Top 10 Reasons why you need WordPress Ongoing Support Plans
Website issues cost you time, money, and business credibility. Find out how getting a WordPress support plan can help your business thrive.
How to compile IMAP with SSL for PHP on OSX – works on MAMP as well
This tutorial is an attempt to alleviate the headaches for all those that need to have IMAP with SSL running on OSX 😃 Needed stuff autoconf openssl libxml2 imap2007 install with brew “brew install imap-uw” OR download from https://www.mirrorservice.org/sites/ftp.cac.washington.edu/imap/ (the archive without Z at the end ) imap-2007e ftp://ftp.cac.washington.edu/imap/ To install libxml2, you can use brew: brew install […]