Skip to content

Seegurke13/JQueryPhp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JQueryPhp

Library for processing JQuery expressions in simple javascript

Depends on PHP DOM Wrapper (https://github.com/scotteh/php-dom-wrapper) and Hoa-Project(https://hoa-project.net/En/)

Example

$visitor = new JQueryVisitor();
$parser = new JQueryParser();
$manipulator = new JQueryManipulator($parser, $visitor);
$manipulator->manipulate('$("body").remove()', '<html><head><title>Test</test></head><body>Delete me</body></html>');
$parser->validate('$("body").remove()');

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published