Tag: js

jQuery Selectors – How to select by Id, by Element, by Class

“Working with jQuery is easier after one masters its selectors.” Paulo Coelho There are three main ways to select an element in jQuery – by element, by class and by tag. Thus, I have decided to create a simple web

Tagged with: , ,

Java Script – Random pictures

Imagine that you are in a situation, on which you are wondering among 8 different choices. Thus, the following program would be able to help you take a solution. Or at least to check the way JS works with arrays,

Tagged with: , ,
Top