Is it possible to deal with the fact that when you click 2-3 times on a text line, it (word, line) gets marked ?
I want to remove this feature from a page element.:cool:
Thanks for the response. Php and javascript are yet to be mastered by me, the code I wrote is what I worked out basing on tutorials.
I used $.ajax, not $.post, because that's what I saw in a...
I have a problem with index-ing. In jQuery it's zero based, in mySql it starts with 1. It's probably impossible to make mysql index from 0, so I have to fix it in the jQuery code, which folllows:
I created a mySql database with a table of 3 columns: id,votes and topics. So each topic has a number of votes. They are displayed on the page in seperate div's like this:
I figured this is the most suitable place for my question because PHP seems to bind all the jQuery and mySql together.
I am trying to do the following feature on my website:
A form and a list under...
Is it possible for different users from the web to click on one specific area on the page, seeing the effects of their own clicks and the clicks of others 'live' with no delay (except of course the...
Yep, this would be easy. What I want, is several users to click on an element, and each click to be graphically represented as a few surrounding pixels changing colors. And I want to see the effects...
A lot information about changing background color/image , font color, row color etc. but I can't find a clue how to change, on mouse click, one or a few pixels (at the clicking spot) to a different...