Djam
Member since Dec 27, 2011
- Profile: /members/9415-djam.htm
- Comments: 2
Recent Blog Comments By Djam
-
Preventing Links In Standalone iPhone Applications From Opening In Mobile Safari
Posted on Dec 27, 2011 at 4:20 PM
@Ben Thanks for enlightening!... read more »
-
Preventing Links In Standalone iPhone Applications From Opening In Mobile Safari
Posted on Dec 27, 2011 at 2:23 PM
Ben, returning false in the handler will have the same effect: $('a').click( function() { location.href = $( this ).attr( "href" ); return false; });... read more »