Mobile app version of vmapp.org
Login or Join
Bethany197

: Are there some good Javascript templates out there? I am trying to create a simple .js file that will let me have some submit buttons here and there, with the text paragraph in the middle

@Bethany197

Posted in: #Code #Javascript #Layout

I am trying to create a simple .js file that will let me have some submit buttons here and there, with the text paragraph in the middle changing based on which submit button is pressed. Does the Javascript community provide either generic or specific templates that does this? It does not need to be exactly like this, just having a few submit buttons and text that changes is what matters.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Bethany197

1 Comments

Sorted by latest first Latest Oldest Best

 

@Nimeshi995

You might mean JavaScript library (or framework), there are several.
As far as I know, these are the more popular ones:


Yahoo's YUI
Sencha's ExtJS
Dojo Toolkit


And probably dozens other ones, google for "JavaScript framework". Or check this Wikipedia article or this stackoverflow question.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme