Category Archive for "jQuery"

jQuery social share links

Nov 22 2015

A code snippet for share links for Facebook, Twitter and Google+   First, you have to create a Facebook App in order to make Facebook share link work here: https://developers.facebook.com/…

Jquery detect orientation change

Aug 11 2013

Detect a orientation change of portable device with jQuery: function orient() { var mobh1 = jQuery(window).height(); var mobw1 = jQuery(window).width(); if(mobh1 > mobw1) {              pos =…