Tag: html
-
Remove a property from a JavaScript object
In this article we will discuss about What is the best way to remove the property to end up with new myObject as follows. It ‘s quite simple, let’s take a look at this sample code:
-
3 ways to use Exists function for jQuery
jQuery is really useful for client website programming. It help us a lot but sometimes we need to spend time for very simple problem. This article will show you 3 ways to use exists function for jQuery what help you check if an element exists or not.
-
FREE High quality 54 Illustrated Flat Icons
54 great flat icons is very versatile and creative set – Layered (all icons have its personal layer) and one layer is for the guidelines. Now it ‘s free on graphicriver this month.
-
Auto break line in HTML using CSS
Break line in HTML will make content easier to read when we meet a long word. For example, user comment a long URL and we have to display full URL, but the problem is the area we use for it not too big to display all of long URL. In this case, we need the […]