View Single Post
Old 03-05-2015, 12:07 PM  
pinkz
Mr 1%
 
pinkz's Avatar
 
Industry Role:
Join Date: May 2005
Location: Nomad
Posts: 1,397
Quote:
Originally Posted by AbsolutePorn View Post
Or using PHP could even be better...
https://code.google.com/p/php-mobile-detect/
I have no knowledge of PHP so not an option for me.

Quote:
Originally Posted by StinkyPink View Post
From the jquery page...

Event Handling

Show the #banner-message element that is hidden with display:none in its CSS when any button in #button-container is clicked.

Code:
1 var hiddenBox = $( "#banner-message" );
2   $( "#button-container button" ).on( "click", function( event ) {
3   hiddenBox.show();
4 });
Not sure if this has anything to do with anything. I just literally was looking at it when I read the thread.
this looks like it requires a user to click on a button to show the content, not what I am looking for, thanks all the same tho.
__________________
$$$$ Video Secrets $$$$
pinkz is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote