An AJAX command for calling the jQuery after() method.
The 'insert/after' command instructs the client to use jQuery's after() method to insert the given HTML content after each element matched by the given selector.
This command is implemented by Drupal.AjaxCommands.prototype.insert() defined in misc/ajax.js.
Expanded class hierarchy of AfterCommand
http://docs.jquery.com/Manipulation/after#content
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AfterCommand:: |
public | function |
Implements Drupal\Core\Ajax\CommandInterface:render(). Overrides InsertCommand:: |
|
InsertCommand:: |
protected | property | The HTML content that will replace the matched element(s). | |
InsertCommand:: |
protected | property | A CSS selector string. | |
InsertCommand:: |
protected | property | A settings array to be passed to any any attached JavaScript behavior. | |
InsertCommand:: |
public | function | Constructs an InsertCommand object. |