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. [Utility &amp; Helpers](/categories/utility)
4. /
5. skillberto/jqueryform

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

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 3w 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 47% 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

4515d 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

[desandro/masonry

Cascading grid layout library

16.7k431.9k3](/packages/desandro-masonry)[snapappointments/bootstrap-select

The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more. Now with Bootstrap 4 support.

9.8k494.8k3](/packages/snapappointments-bootstrap-select)[desandro/imagesloaded

JavaScript is all like \_You images done yet or what?\_

8.9k446.5k1](/packages/desandro-imagesloaded)[ckeditor/ckeditor

JavaScript WYSIWYG web text editor.

5244.3M79](/packages/ckeditor-ckeditor)[yajra/laravel-datatables-html

Laravel DataTables HTML builder plugin

28410.1M49](/packages/yajra-laravel-datatables-html)[wa72/htmlpagedom

jQuery-inspired DOM manipulation extension for Symfony's Crawler

3394.0M34](/packages/wa72-htmlpagedom)

PHPackages © 2026

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