Skip to content

successamp/MUQuery-Alpha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MUQuery - MarkUpQuery
An extendable library to allow creating HTML in a context similar to jQuery

Example:
$HTML = new MUQuery();

$page_content .= $HTML->form('/editor/news_edit_update/' . $page . '/')
			->id('ci_admin_edit_form')
			->addClass('simpleForm')
			->attr('style', 'width:600px;')
			->label('submit', ' ')
			->input('submit', 'submit', 'Submit')
			->close()
			->get();

About

No description, website, or topics provided.

Resources

License

OSL-3.0, OSL-3.0 licenses found

Licenses found

OSL-3.0
license.txt
OSL-3.0
license.rst

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages