PHPackages                             skillberto/jqueryform - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. skillberto/jqueryform

ActiveLibrary

skillberto/jqueryform
=====================

This JavaScript file create HTML DOM with jQuery.

3.0.0(12y ago)06MITJavaScript

Since May 1Pushed 12y ago1 watchersCompare

[ Source](https://github.com/skillberto/jQueryForm)[ Packagist](https://packagist.org/packages/skillberto/jqueryform)[ RSS](/packages/skillberto-jqueryform/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

jQueryForm
==========

[](#jqueryform)

Now, find some fancy methods:

`appendElement, prependElement, insertElement, createElement.`

The `appendElement` inserts content, specified by the parameter, to the end of each element in the set of matched elements. The `prependElement` inserts content into the beginning, and `insertElement` removes everything, and puts the new content into the parent element. The last function `createElement` is the core of the other ones. These methods create a new jQuery instance from the parameters.

All of this need: `parent, properties` parameters.

First parameter: `parent`. Type: string (jQuery selector) or object of jQuery instance.

For example: `div#box`.

Second parameter: `properties`. Type: object

Element property is rendered for HTML DOM tag, this is necessary.

Value is the property for content/value.

All of others rendered into method .attr like `$(element).attr(properties)`.

In this example, the content (Jee, it's....) will be in the div, what use '#box' id:

```
new jQueryForm().insertElement('div#box', {element: 'input', id: '#box_1', value: "Jee, it's a pretty content"});

```

Every function returns with the core object, so more implementation is easy:

```
new jQueryForm()
    .insertElement('div#box', {"element": "input", "type": "text", "value": 5})
    .appendElement('div#box', {"element": "input", "type": "password", "id": "name", "value": 6, "name": "password"});

```

If you want, you can change the return value with `getJquery` method. If this `true`, the methods return with jQuery instance, else with the jQueryForm instance.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~143 days

Total

3

Last Release

4470d ago

Major Versions

1.0 → 2.02014-02-11

2.0 → 3.0.02014-02-11

### Community

Maintainers

![](https://www.gravatar.com/avatar/2433ba2d39deb8fb11ffd0c44b609b9f0137bf9f000665639dc000d5897b931a?d=identicon)[skillberto](/maintainers/skillberto)

---

Top Contributors

[![skillberto](https://avatars.githubusercontent.com/u/1987338?v=4)](https://github.com/skillberto "skillberto (24 commits)")

---

Tags

javascripthtmldomjquery

### Embed Badge

![Health badge](/badges/skillberto-jqueryform/health.svg)

```
[![Health](https://phpackages.com/badges/skillberto-jqueryform/health.svg)](https://phpackages.com/packages/skillberto-jqueryform)
```

###  Alternatives

[masterminds/html5

An HTML5 parser and serializer.

1.8k242.8M226](/packages/masterminds-html5)[froala/wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

5.4k306.9k3](/packages/froala-wysiwyg-editor)[rct567/dom-query

DomQuery is a PHP library that allows easy 'jQuery like' DOM traversing and manipulation

134261.0k4](/packages/rct567-dom-query)[phery/phery

XAJAX alternative, phery.js is a library in PHP that maps to all jQuery functions, DOM manipulation, meta arguments and serialization, seamless ajax integration, RESTful emulation, form submission and partial rendering views, plus its PSR-0 compatible

13813.1k2](/packages/phery-phery)[hexydec/htmldoc

A token based HTML document parser and minifier. Minify HTML documents including inline CSS, Javascript, and SVG's on the fly. Extract document text, attributes, and fragments. Full test suite.

2610.3k3](/packages/hexydec-htmldoc)[richarddobron/bigpipe

BigPipe: Pipelining web pages for high performance built in PHP.

1110.9k](/packages/richarddobron-bigpipe)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
