Where can I get the generic Javascript runtime that will allow me to run scripts in my HTML pages. I've done this years ago but forget where to get the library.
Thanks
Printable View
Where can I get the generic Javascript runtime that will allow me to run scripts in my HTML pages. I've done this years ago but forget where to get the library.
Thanks
Are you talking about jQuery?
No...just plain ole javascript. I used to make reference to the library in the <script> tag. I just can't remember what the link was...
No idea what you are talking about then. Browsers haven't needed anything extra to run JavaScript in decades. You just need to use the right tags and syntax.
Well, like I said, it's been quite awhile so I'll just play around and see what happens...thanks for your input!