i had following two div's in my site,
<div class="desktop_1">some desktop site data 1</div>
<div class="desktop_2">some desktop site data 2</div>
what i am asking is, when browse this page any mobile device just disabled above two dives, and display following new div's
<div class="mobile_1">some mobile data 1</div>
<div class="mobile_2">some mobile data 2</div>
if detect mobile devices disble first two dive's then display second two div's... how can i figure it.??? i hope you got what i meant here...
thanks
Untested code!Should work I guess...You can see more solutions here