If you ever tried to create HTML or SVG graphs, it is most likely that you have asked google the question How to generate random colors in javascript? , because I for sure did ???? . Maybe you have searched it for some other reason. To create some cool UI or something, or maybe to irritate the […]
Tag archives: pure javascript
Creating a Javascript load more plugin part 2 – Searching2 min read
In the first part Creating a Javascript load more plugin part 1 , we have created a javascript plugin which loads data from an API page. Let’s build upon on it. Today we are going to add search option to our plugin, children ? . Objectives ? Add search bar to the page. On input on search bar, load in […]
Creating a Javascript form validation plugin8 min read
After my HTML Form designs are complete the next problem was to validate the input data before sending it to the servers. I don’t use Jquery or any other javascript frameworks. Also i did not find the inbuilt browser validation working well with the user interface i had in mind. So i had to come up […]