Thread
:
Why does this function run twice on one click?
View Single Post
10-05-2012, 02:53 PM
PM User
|
#
5
xelawho
Senior Coder
Join Date: Nov 2010
Posts: 2,461
Thanks: 52
Thanked 457 Times in 455 Posts
you can control the cursor style for any element you like, using css:
Code:
<style> span{ cursor:pointer; } </style>
xelawho
View Public Profile
Find More Posts by xelawho