-1

I have a HTML Webiew in an android application and I want to change the background of a TD element on an OnTouch event.

How do I do that by HTML / javascript / or CSS?

j0k
  • 22,600
  • 28
  • 79
  • 90
krasnoff
  • 847
  • 3
  • 17
  • 34

1 Answers1

1

Here is some starter material:

http://www.htmldog.com/guides/cssbeginner/

http://api.jquery.com/click/

Webview load html from assets directory

Community
  • 1
  • 1
dokkaebi
  • 9,004
  • 3
  • 42
  • 60