Search:
Type: Posts; User: zitemediauser
Search:
Search took 0.01 seconds.
-
Hi,
If I understand you correctly, take a look a the code I created and tell me if that's what you meant.
.divs {
display: none;
}
-
Naturally <li> don't have url property but with the new HTML5, you can create one like so:
<li data-url="http://www.amazon.com" id="one"> item1 </li>
And then you can call it with:
...
-
Naturally <li> don't have url property but with the new HTML5, you can create one like so:
<li data-url="http://www.amazon.com" id="one"> item1 </li>
And then you can call it with:
...
|
|