Tag archive for ‘jQuery’
Tracking Google Goals With No URL Using jQuery
Google Goals make it extremely easy to track successful interaction with your website by setting a goal based on the serving of a URL to the client. However, what if a goal is a user clicking on a mailto email link, or clicking download to receive a pdf of your brochure? Neither of these resources [...]
Keep element in view while scrolling using jQuery
I’ve just completed an interesting project; an online application form that calculated a quote dynamically using Javascript as the user specified their choices. The quote details where to be displayed to the right of the form, but the form was longer than the height of the page so scrolling was required. In order to keep [...]