Hi I am reading a book (Learning JavaScript Design Patterns Addy Osmani)about design pattern and their implantation in Java script, in the chapter of the mediator pattern, there is the following...
Hi, I would like to create an image that will be seen above an input tag.
I mean that I put an input tag in the dom, immediately after I put an img tag, and I want to move the position of the image...
Hi, I have read the following post:
http://net.tutsplus.com/tutorials/php/dependency-injection-huh/
in one of their code, when they call a function they mention when of the given parameter as...
I am writing a javascript that export information into excell.
One of the data is date. when I enter the data as a string format it work just fine.
Its look like:
<Cell...
if I attach function to a form, for the event 'onsubmit' and that form already have function attached to it to the event onsubmit, will the new function cancelled the old or will it execute both...
Hi if you check the upper website you will see that upper menu function differently on chrome and firefox on the hand and IE on the other hand.
I know about IE...