Documentation

Search results

From jQuery JavaScript Library

You searched for UI/Mouse

Jump to: navigation, search

There is no page titled "UI/Mouse". You can create this page.

For more information about searching jQuery JavaScript Library, see Searching jQuery JavaScript Library.

Showing below up to 20 results starting with #1.


View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500).

Article title matches

  1. API/1.1/Events/Mouse (5,108 bytes)
    72: == mousedown( fn ) ==
    74: Bind a function to the mousedown event of each matched element.
    78: ...e>fn (Function)</code>: A function to bind to the mousedown event on each of the matched elements.
    83: $("p").mousedown( function() { alert("Hello"); } );
    91: <p onmousedown="alert('Hello');">Hello</p>
  2. Tutorials:Mouse Position (4,023 bytes)
    2: |url=http://docs.jquery.com/Tutorials:Mouse_Position
    3: |name=Mouse Position
    4: ...ome quick examples of finding the position of the mouse on a page.
    7: ==How do I find the mouse position?==
    9: ...; for the gruesome details check out [http://www.quirksmode.org/dom/w3c_events.html ppk's cross-browse...

Page text matches

  1. Tutorials (59,371 bytes)
    13: * [[#Guide in italiano|Guide in italiano]]
    26: ...jQuery Beginner Tutorial in 18 minutes] Learn to build jQuery plugins from scratch - an 18 minute tuto...
    45: ...icsociety.com/blog/jQueryTabsPlugin jQuery Tabs] Build simple jQuery Tabs controls (Beginner's Tutoria...
    77: ...ud.se/article/Building_modal_panels_with_jQuery Building modal panels with jQuery ] by [http://www.we...
    97: * [http://dryan.com/jquery-lightbox-tutorial Building a Lightbox] by [http://dryan.com dryan]
  2. Main Page/Desired (4,807 bytes)
    8: ** [[Transitioning to jQuery/Yahoo|From Yahoo UI]]
    45: ** [[Events/Mouse|Mouse]]
    46: ** [[Events/UI|UI]]
    90: ... there is information on existing plugins, and a guide on writing them with helpful hints and tips for...
    107: * Building jQuery
  3. API/1.1/Events (25,292 bytes)
    306: A method for simulating hovering (moving the mouse on, and off,
    310: Whenever the mouse cursor is moved over a matched
    311: ...e first specified function is fired. Whenever the mouse
    313: Additionally, checks are in place to see if the mouse is still within
    316: (a common error in using a mouseout event handler).
  4. API/1.1/Events/UI (11,520 bytes)
    187: A method for simulating hovering (moving the mouse on, and off,
    191: Whenever the mouse cursor is moved over a matched
    192: ...e first specified function is fired. Whenever the mouse
    194: Additionally, checks are in place to see if the mouse is still within
    197: (a common error in using a mouseout event handler).
  5. API/1.1a/Events (24,747 bytes)
    306: A method for simulating hovering (moving the mouse on, and off,
    310: Whenever the mouse cursor is moved over a matched
    311: ...e first specified function is fired. Whenever the mouse
    313: Additionally, checks are in place to see if the mouse is still within
    316: (a common error in using a mouseout event handler).
  6. API/1.1b/Events (25,279 bytes)
    305: A method for simulating hovering (moving the mouse on, and off,
    309: Whenever the mouse cursor is moved over a matched
    310: ...e first specified function is fired. Whenever the mouse
    312: Additionally, checks are in place to see if the mouse is still within
    315: (a common error in using a mouseout event handler).
  7. Plugins (68,711 bytes)
    38: |desc=Quickly, and easily, build an accessible and unobtrusive tabbed navigation...
    77: |desc=This is a useful plug in to build full featured and full skinnable containers.The...
    101: |desc=jBox is a webpage UI dialog widget written in javascript on top of the...
    107: ... for viewing news headlines and photos, which is built to be accessible according to WCAG 1.0.
    148: |name=blockUI
  8. UI/API/1.8/Draggable (8,018 bytes)
    1: {{UIAPIPlugin|
    7: <li>UI Core</li>
    8: <li>UI Widget</li>
    9: <li>UI Mouse</li>
    12: ...gable plugin makes selected elements draggable by mouse.</p>
  9. API/1.1.1/Events (26,439 bytes)
    2: ...nctions in a cross-browser manner, see [[Events (Guide)]]
    307: A method for simulating hovering (moving the mouse on, and off,
    311: Whenever the mouse cursor is moved over a matched
    312: ...e first specified function is fired. Whenever the mouse
    314: Additionally, checks are in place to see if the mouse is still within
  10. Tutorials:Scroll Up Headline Reader (11,045 bytes)
    161: ...mouseover part, I stop the "interval," and in the mouseout part, I started it back up and called <code>he...
  11. Tutorials:jQuery For Designers (13,129 bytes)
    49: ...m prepared to take, and in this case it degrades quite nicely too.
    57: ...ake sitewide changes to certain visual cues very quickly and simply.
    59: ...rain shuts down and orders my fingers to click my mouse button away.
    63: ...e it would, and using jQuery we can do this very quickly and simply &mdash; [http://www.ok-cool.com/tu...
    173: ...osuere, tincidunt non, consequat sit amet, enim. Duis fermentum. Donec eu augue. Mauris sit amet ligul...
  12. UI/Changelog/1.8.18 (5,835 bytes)
    3: ...maintenance release for [[UI/Changelog/1.8|jQuery UI 1.8]].
    7: === UI Core ===
    9: ...ket/8026 #8026], [http://github.com/jquery/jquery-ui/commit/9e4455f52d721f2efd4c91037bcd3daf24635599 9...
    13: ...ket/8029 #8029], [http://github.com/jquery/jquery-ui/commit/e2a21129cb3e079ffa2709db4fae1c6dc4b0b5c4 e...
    14: ...doesn't state default values. ([http://bugs.jqueryui.com/ticket/7946 #7946])
  13. CSS/css (5,223 bytes)
    64: Move the mouse over a paragraph.
    88: Move the mouse over a paragraph.
    111: ...sc=To change the color of any paragraph to red on mouseover event.
    113: $("p").</nowiki>{{Code|Events|mouseover}}<nowiki>(function () {
    121: Just roll the mouse over me.
  14. Tutorials:Mouse Position (4,023 bytes)
    2: |url=http://docs.jquery.com/Tutorials:Mouse_Position
    3: |name=Mouse Position
    4: ...ome quick examples of finding the position of the mouse on a page.
    7: ==How do I find the mouse position?==
    9: ...; for the gruesome details check out [http://www.quirksmode.org/dom/w3c_events.html ppk's cross-browse...
  15. JQuery 1.2 Roadmap (22,504 bytes)
    181: ...ompletely optional (having its default value be equivalent to 'html').
    187: Two things are required in order to make this happen:
    217: ...ts is a common one - especially when dealing with mouse, or keyboard, events. This addition would allow u...
    220: .bind("mouseover focus", myfn);
    265: ... queue setting that allows you to override the queuing functionality of an animation.
  16. JQuery UI Roadmap (2,332 bytes)
    9: ...stance''' Start dragging only after you moved the mouse by (x) pixels
    13: ...es, so you can drag on top of them (even when the mouse is not over the helper, using cursorAt)
    23: Mouse Sortables based on Drag & Drop.
    41: * '''Suitable for modal dialogues:''' Can be easily insert...
  17. UI/Changelog/1.5 (5,575 bytes)
    1: ...''jQuery Enchant effects suite now part of jQuery UI'''
    2: ** Can be used standalone without UI core
    13: *** Download builder
    17: *** Create and share your own UI themes
    18: *** Download and bundle them with the UI widgets
  18. UI/API/1.8/Resizable (5,869 bytes)
    1: {{UIAPIPlugin|
    7: <li>UI Core</li>
    8: <li>UI Widget</li>
    9: <li>UI Mouse</li>
    12: <p>The jQuery UI Resizable plugin makes selected elements resizabl...
  19. Plugins/Calendar/Theming (4,470 bytes)
    65: * '''calendar_daysCellOver''' - Mouse over state for a selectable day.
  20. Events/hover (2,450 bytes)
    6: |desc=Simulates hovering (moving the mouse on, and off, an object). This is a custom method ...
    7: ...ver', and not move out (a common error in using a mouseout event handler).
    10: |arg0desc=The function to fire when the mouse is moved over a matched element.
    17: |arg1desc=The function to fire when the mouse is moved off of a matched element.
    65: ...nowiki>{{Code|Events|unbind}}<nowiki>('mouseenter mouseleave');</nowiki>

View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500).



Search in namespaces:

List redirects
Search for