<?php namespace pQuery; if (!defined('ABSPATH')) exit; interface IQuery extends \Countable { function addClass($classname); function after($content); function append($content); function attr($name, $value = null); function before($content); function clear(); function hasClass($classname); function html($value = null); function prepend($content); function prop($name, $value = null); function remove($selector = null); function removeAttr($name); function removeClass($classname); function replaceWith($content); function tagName($value = null); function text($value = null); function toggleClass($classname, $switch = null); function unwrap(); function val($value = null); function wrap($wrapping_element); function wrapInner($wrapping_element); }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
third party | Folder | 0755 |
|
|
IQuery.php | File | 751 B | 0644 |
|
gan_formatter.php | File | 9.64 KB | 0644 |
|
gan_node_html.php | File | 36.7 KB | 0644 |
|
gan_parser_html.php | File | 15.59 KB | 0644 |
|
gan_selector_html.php | File | 15.04 KB | 0644 |
|
gan_tokenizer.php | File | 6.86 KB | 0644 |
|
gan_xml2array.php | File | 1.75 KB | 0644 |
|
ganon.php | File | 1.38 KB | 0644 |
|
index.php | File | 0 B | 0644 |
|
pQuery.php | File | 4.19 KB | 0644 |
|