Top "Cursor" questions

DO NOT USE.

Change cursor to hand when mouse goes over a row in table

How do I change the cursor pointer to hand when my mouse goes over a <tr> in a &…

html css cursor
How can I make the cursor turn to the wait cursor?

I have a C# application that has users login to it, and because the hashing algorithm is expensive, it takes …

c# .net winforms cursor
How to get the focused element with jQuery?

Using jQuery, how can I get the input element that has the caret's (cursor's) focus? Or in other words, how …

javascript jquery cursor element caret
How to assign a select result to a variable?

How do I store a selected field value into a variable from a query and use it in an update …

tsql cursor
how to set cursor style to pointer for links without hrefs

I have a lot of <a> html tags without the href attribute for making onclick javascript calls. These …

javascript html css hyperlink cursor
SQL Call Stored Procedure for each Row without using a cursor

How can one call a stored procedure for each row in a table, where the columns of a row are …

sql sql-server stored-procedures cursor
CSS for grabbing cursors (drag & drop)

I have a JavaScript webapp where the user needs to grab the background to move the whole screen around. So …

css cursor
How to find Current open Cursors in Oracle

What is the query to find the no. of current open cursors in an Oracle Instance? Also, what is the …

oracle oracle10g cursor
Cursor inside cursor

Main problem is about changing the index of rows to 1,2,3.. where contact-id and type is the same. but all columns …

sql sql-server sql-server-2005 tsql cursor
How to get the caret column (not pixels) position in a textarea, in characters, from the start?

How do you get the caret position in a <textarea> using JavaScript? For example: This is| a text …

javascript cursor textarea caret