All Questions
6 questions
2
votes
1
answer
68
views
Appending data to a web page from a form using a JavaScript class
Recently I've been reading about classes in JavaScript and decided to code this simple form to test them out.
Even if the code works I am still pretty sure I lack understanding of classes and other ...
1
vote
1
answer
74
views
Objects using jQuery to maintain a playlist of shows
This is my first attempt at using OOP JavaScript in my work. I know the concepts but implementation is more complicated than I thought. Now the code is a mixture of several things (JavaScript/jQuery). ...
0
votes
1
answer
46
views
JS OOP Form Module to add sibling select elements
How can it be more cross-browser compatible, robust, better performance if possible?
...
3
votes
2
answers
228
views
Form validation library
Background:
After reading this thought provoking book I decided to write a small library as an exercise.
...
4
votes
2
answers
71
views
Window-size-dependent content toggler for an HTML form
I had to build a responsive component which allows the user to display specific content in a page. I called it the contentToggler.
Here is my component in action
...
7
votes
1
answer
650
views
UI selector directives for an AngularJS invoicing module
I'm wrapping ui-select in my own directives to pre-configure and style it, as I need it for my app in different select widgets. They appear on many pages, for example ...