Archive | jQuery RSS feed for this section

How to Sum Multiple Same Class Input Values by jQuery

jQuery is very cool library, you can do so many things faster than normal javascript, here is one example: If you have multiple input and all of them have same class, you can sum of their value and more. “each” function does everything. Take a look at codes below.

Leave a comment Continue Reading →

How to Make Moving Background Image with jQuery

Hi everybody, this time I’ll give you a hint about moving background image. Depending on your background image you can move anything .  It is not the perfect solution but, it will help to make some move…

Leave a comment Continue Reading →