Rich Hosek
Member since Oct 23, 2013
- Profile: /members/11356-rich-hosek.htm
- Comments: 1
Recent Blog Comments By Rich Hosek
-
Preventing Links In Standalone iPhone Applications From Opening In Mobile Safari
Posted on Oct 23, 2013 at 1:55 PM
For those of you using the modified version to check for the presence of a nested tag in the link: if(!$(event.target).attr("href")){ location.href = $(event.target).parent().attr("href"); } else { location.href = $(event.target).attr("href"); } and better wa... read more »