In this tutorial I will explain how to add & subtract two input fields values using jQuery. This is very simple tutorial, you just need to write HTML and jQuery to achieve it.
Note: Don’t forget to include the jQuery library in the header or footer of web page.
19 Comments
Today i will going to explain how to add automatic serial numbers and zebra striping in HTML table rows with CSS.
I will write simple HTML table code and i am leaving empty first
of every row, automatically generated serial number will use that empty | . 14 Comments Today i will share a very nice and simple tutorial, this tutorial will explain you how to select or deselect all checkboxes using jQuery. You will need to include jQuery library in the header or footer of the website, otherwise this tutorial will not work. 6 Comments Time Ago Function is a function that is commonly used to display time in human understandable format, as you have seen many times on social networks, whenever you post any status on your Facebook, Twitter or any other network, it says posted few seconds ago, 1 min ago, 1 hour age, etc. This is actually done by subtracting the post published time from the current time. For this purpose we need to store a date in database, date should be in MySQL standard date and time format (“Y-m-d H:i:s”). 12 Comments Go to Top |