CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   JavaScript frameworks (http://www.codingforums.com/forumdisplay.php?f=62)
-   -   jquery questions (http://www.codingforums.com/showthread.php?t=178412)

newtocode 09-30-2009 01:22 AM

jquery questions
 
I'm new learning about Jquery and see alot navigation dropdown menu tutorial use this code type.

My question is it better to use css and query code in navigation instead of just css by it self. Also what happen if someone don't got jquery installed on there computer will they still be able to view my drop down navigation on my web site.

Or is using normal javascript better than using query script code.

seco 09-30-2009 05:39 AM

jquery is just a javascript library, it wont work if you dont have javascript enabled in your browser just like any js. css is fine to use but not all browsers are compliant, so its a toss up and a crapshoot.

newtocode 09-30-2009 06:02 AM

So what web code is better to use for all browser and right now use css but IE does work right with.

Fumigator 09-30-2009 05:16 PM

You always want to persue the ideals of "graceful degradation", so you are free to use fancy Javascript and jQuery, but in the event a user doesn't have JS turned on, the website still works ok.

http://webtips.dan.info/graceful.html

newtocode 09-30-2009 08:18 PM

Ok I get what your saying so baisc got make site work for modren borowser plus low end ones too thank for all your help .


All times are GMT +1. The time now is 09:31 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.