javascript - how to load style-sheet and java script and j query based on device -


in asp.net want load style-sheet , java script , j query based on device (desktop, tablet, mobile).

based on device want inter change style-sheet , java script , j query

detect user-agent in asp.net code , load appropriate stylesheets , scripts

<% if(request.useragent.contains("android"){%>  include android css here  <%}else{%>  include iphone css here  <%}%> 

Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -