Ok, I have a snippet like http://jsfiddle.net/8vFEd/. I am using background images rather than plane background boxes. On click of any rectangle the clicked rectangle needs to change the background im
well right now I have this checkbox that\'s enabling / disabling a submit button f开发者_StackOverflow社区or my form.
I\'ve got quite a simple set up with html, css, and javascipt. When the user clicks on one of the many divs there are, it should either appear or disappear, as well as setting a hidden form field to \
I am developing a virtual keyboard using PHP and JavaScript. Following is the simplest version. <html>
I try to start Place.Class which show more Detail of each place. Following here I Have AboutMap extends MapActivity. I aslo create AlertDialog with Button See more detail here. But it\'s not work..Wh
I have the following layout file and adapter code : <?xml version=\"1.0\" encoding=\"utf-8\"?> <RelativeLayout
I\'m extremely new to programming android and programming in general. Haven\'t learnt anything previous and was just interested in learning some android dev. Anyhow I\'ll paste my code, but I was wond
I\'m trying to execute the onclick() event of a link (<a>), but it does no开发者_Python百科t take the visitor anywhere, it executes JavaScript code. However, how can I execute the code, consider
I want to make an onClick event on the link. the code: <a onclick=\"document.getElementById(\'myBodyID\').style.overflow-y=\'hidden\'\" title=开发者_C百科\"my title\">Anchor text</a>
I was going through some java code(which uses playframework) that provides some shopping cart functionality.The html page contains some javascript(it uses jquery) which is something I have very little