-
Notifications
You must be signed in to change notification settings - Fork 0
License
OSL-3.0, OSL-3.0 licenses found
Licenses found
OSL-3.0
license.txt
OSL-3.0
license.rst
successamp/MUQuery-Alpha
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published