Class: jQuery.fn
See the jQuery
Library (http://jquery.com/) for full details. This just
documents the function and classes that are added to jQuery
by this plug-in.
Field Summary
- jQuery.fn.outerHtml
Class Methods
- aloha
- alohaBlock
- between
- contentEditable
- contentEditableSelectionChange
- css
- dequeue
- extend
- extendObjects
- extractHTML
- mahalo
- oembed
- offset
- textNodes
- zap
Field Detail
String jQuery.fn.outerHtml
Fetch the outerHTML of an Element
Defined in: jquery.aloha.js.
Author: Benjamin Arthur Lupton {@link http://balupton.com}.
Defined in: jquery.aloha.js.
Author: Benjamin Arthur Lupton {@link http://balupton.com}.
Class Method Detail
aloha
- Returns:
- jQuery object for the matched elements
alohaBlock
Create Aloha blocks from the matched elements
- Parameters:
- Object instanceDefaults
between
jQuery
between Extension
insert either html code, a dom object OR a jQuery
object inside of an existing text node.
if the chained jQuery
object is not a text node, nothing will happen.
Defined in: jquery.aloha.js.
- Parameters:
- content
- HTML Code, DOM object or jQuery object to be inserted
- offset
- character offset from the start where the content should be inserted
contentEditable
Make the object contenteditable. Care about browser version (name of contenteditable attribute depends on it)
Defined in: jquery.aloha.js.
Defined in: jquery.aloha.js.
- Parameters:
- b
contentEditableSelectionChange
jQuery
Extension
new Event which is triggered whenever a selection (length >= 0) is made in
an Aloha Editable element
Defined in: jquery.aloha.js.
- Parameters:
- callback
css
Defined in: jquery-1.6.1.js.
- Parameters:
- name
- value
dequeue
Defined in: jquery-1.2.1.js.
- Parameters:
- type
extend
Defined in: jquery-1.6.1.js.
extendObjects
Defined in: jquery.aloha.js.
extractHTML
Create a jQuery plugin to extract the HTML of a given jQuery object
Defined in: testutils.js.
Defined in: testutils.js.
- Parameters:
- attributes
mahalo
jQuery
destroy elements as editable
destroy all mached elements editable capabilities
Defined in: jquery.aloha.js.
- Returns:
- jQuery object for the matched elements
oembed
Defined in: oembedcontenthandler.js.
- Parameters:
- url
- options
- callback
offset
Defined in: jquery-1.6.1.js.
- Parameters:
- options
textNodes
Defined in: jquery.aloha.js.
- Parameters:
- excludeBreaks
- includeEmptyTextNodes
zap
Defined in: jquery.aloha.js.
Documentation generated by JsDoc Toolkit 2.4.0 on Wed Nov 30 2011 13:33:45 GMT+0100 (CET)