Our Work » JavaScript

Contact us to learn more about how we can help you with JavaScript.

OVO Creative Group launched their new web site

OVO is a branding consultancy specializing in naming, visual identity and integrated marketing for organizations seeking to l…

View the project »

Remove all select options with JavaScript

Here's a quick function to remove all select options using JavaScript. function RemoveAllOptions(selector) {      while(se…

View the project »

Setting the label "for" attribute with JavaScript

Sometimes JavaScript offers unique names for element attributes, for example, CSS properties with words that are normally sep…

View the project »