Ilya Volodin

United States

Apr
5
comment Can We Make JQuery UI Draggables / Sortables To Work On Right Mouse Button
Also, you still have to watch out for jQuery updates. Because I had to more or less copy the whole _mouseDown function (no other way around it, really), everytime jQuery UI updates that function, you have to update your code too. Luckily, they don't do that very often.
Apr
5
comment Can We Make JQuery UI Draggables / Sortables To Work On Right Mouse Button
Updated my answer with the sortable example too.
Apr
5
revised Can We Make JQuery UI Draggables / Sortables To Work On Right Mouse Button
added 442 characters in body
Apr
5
awarded Popular Question
Apr
4
revised Can We Make JQuery UI Draggables / Sortables To Work On Right Mouse Button
Updated example
Apr
4
answered Can We Make JQuery UI Draggables / Sortables To Work On Right Mouse Button
Apr
3
awarded javascript
Mar
25
awarded Nice Answer
Mar
8
awarded Notable Question
Jan
28
awarded Good Answer
Jan
23
awarded Yearling
Jan
21
awarded Notable Question
Dec
12
answered How can I zoom a <div> in Firefox and Opera?
Sep
21
awarded Custodian
Aug
10
comment Highlighting selected text and getting the occurrence at the same time
I updated your code to work correctly. It's not very pretty, but it gets the job done.
Aug
10
revised Highlighting selected text and getting the occurrence at the same time
added 58 characters in body
Aug
8
answered Highlighting selected text and getting the occurrence at the same time
Aug
8
answered Focus an input field with javascript?
Aug
6
comment Return different values from function used multiple times
I moved the call to hsl2rgb function right under each assignment. This way the call to the function is made before any other updates to the variable. In general, you don't need all those newcolor variables, you can just change hslcolor and make a call to hsl2rgb right after.
Aug
6
comment Return different values from function used multiple times
Agree on the comment from Barmar. Was trying to figure out how to explain ByRef vs. ByVal better in a short paragraph but failed.
1 2 3 4 5