answersLogoWhite

0

The real question is: Which browsers support jQuery

All updated versions of Opera, Safari, Firefox, Chrome and internet Explorer.

Other browsers in their up-to-date versions may support it too.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What element embeds a script into an HTML document?

The script tag.


Which tag tells the Web browser that the document file contains HTML?

The <html> tag at the top and the bottom tells the browsers. It is defined as <html> and </html> at bottom.


How HTML is interpreted?

HTML Code is interpreted differently by browsers. Each tag has a certain function attached to it.


How HTML code is interpreted?

HTML Code is interpreted differently by browsers. Each tag has a certain function attached to it.


What is a tag List 10 HTML tag?

There are various tags in HTML that can be used. 10 of them are: p, a, br, head, body, html, title, script, link, style.


How do you write HTML codes and javascript events together in your HTML kit?

You need to write the HTML code in the tag format. If you want to write JavaScript put it in <script> tag.


Which HTML tag is used to indicate to the web browser that the HTML page contains a javascript program?

Easy one. <script type="text/javascript"></script>.


What is the correct syntax for referring to an external script called testjs?

To refer to an external script called testjs.js, you would use the <script> tag in your HTML document. The correct syntax is: <script src="testjs.js"></script>. This tag should be placed within the <head> section or at the end of the <body> section of your HTML file to ensure proper loading of the script.


What is the HTML tag for blinking?

<blink> is the Netscape specific element for blinking the enclosed text. It was introduced by Netscape Navigator. Many major browsers support this element except Internet Explorer.


Does the external JavaScript file have to contain the script tag?

No, just the HTML file. If you include the tag, it will cause a syntax error. The best way to think of it is that the HTML file already has the tag in it, and the external JS file is inserted into the HTML file at that point, between the tags.


Why is howrse saying that your HTML on your page is wrong so it wont work?

HTML when contains error won't work on the browsers. It can happen when a tag is not closed correctly.


How do you make HTML banners?

If you mean a scrolling text banner, then you can use the Marquee tag. It is not a popular tag among web designers because scrolling text can look very tacky and get annoying. Not all browsers support the Marquee tag. It is one of Microsoft's tags, designed for Explorer. Here is a simple example of how to use it. <Marquee>This will give you scrolling text, in some browsers</Marquee>