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.
feedback
|
closed as off topic by Su', John Conde♦ Jan 8 at 17:18
Questions on Pro Webmasters - Stack Exchange are expected to generally relate to webmastering, within the scope defined in the faq.
|
You might mean JavaScript library (or framework), there are several. As far as I know, these are the more popular ones: And probably dozens other ones, google for "JavaScript framework". Or check this Wikipedia article or this stackoverflow question. | |||||||
feedback
|