I can easily create a html input field that has text already in it. But when the user clicks on the input field the text doesn't disappears but stays there. The ...
i need to be able to allow a user to paste into an editable div (via whatever the user chooses: right-click and paste, shortcut key, etc), but i want to discard ...
I spent hours searching and trying without much success...
I want to know how can i extract specific data from external webpage, for example:
Page - www.siteName.com/A/B/C
Within the page:
<td class="classA">Text1</td>
<td><b class="classB">text2</b> other ...
I am new to pgrgramming so pls bear with me.
I am trying to do some experiment. What I want to happen is that everytime the user types in something in the ...
Really help - thanks a lot. Until now I couldn't understand why functions called by events had a phantom variable passed (e.g. 'e'), even though the function call didn't appear to pass one. Now I get it. What you seem to be saying is: if the function your event calls needs variables passing to it, go to it via a proxy, ...