
Contents tagged with jquery
-
JavaScript and Activesoftswitch CMS
Introduction
JavaScript is a web development language which affects the DOM (Document Object Model) of a web page. It allows you to control and style the client-side HTML.
There are two ways you can use JavaScript within AS. The first is to use "vanilla" (original) JavaScript and the second is to use a library/extension of JavaScript called JQuery. Through this article, there will be a mixture of both vanilla JavaScript and JQuery. JQuery makes it easier …
Read more