{"id":25417372,"url":"https://github.com/skylark-integration/skylark-jquery","last_synced_at":"2025-07-06T12:05:43.200Z","repository":{"id":24717507,"uuid":"102279788","full_name":"skylark-integration/skylark-jquery","owner":"skylark-integration","description":"The  skylark extension library providing APIs that are fully compatible with jquery","archived":false,"fork":false,"pushed_at":"2022-12-07T01:51:37.000Z","size":15712,"stargazers_count":3,"open_issues_count":21,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T11:04:15.504Z","etag":null,"topics":["jquery","skylark","skylarkjs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skylark-integration.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-03T16:54:56.000Z","updated_at":"2021-12-20T07:44:56.000Z","dependencies_parsed_at":"2022-09-15T01:11:48.221Z","dependency_job_id":null,"html_url":"https://github.com/skylark-integration/skylark-jquery","commit_stats":null,"previous_names":["skylarkjs/skylark-jquery"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skylark-integration%2Fskylark-jquery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skylark-integration%2Fskylark-jquery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skylark-integration%2Fskylark-jquery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skylark-integration%2Fskylark-jquery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skylark-integration","download_url":"https://codeload.github.com/skylark-integration/skylark-jquery/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239120223,"owners_count":19584980,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jquery","skylark","skylarkjs"],"created_at":"2025-02-16T17:38:50.408Z","updated_at":"2025-02-16T17:38:51.146Z","avatar_url":"https://github.com/skylark-integration.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# skylark-jquery\n\nThe  skylark extension library providing APIs that are fully compatible with jquery\n\n## Introduction\n\nJquery is a most popular javascript library, with a large number of plug-ins and  application using jquery.  \nThe optional skylark.jquery library is based on the skylark/query module, providing APIs that are fully compatible with jquery,and the codes is simpler and more productive, JQuery plugins and applications can run directly on skylark without jquery.\n\n## Dependences\n\n| Project | Status | Description |\n| :--- | :--- | :--- |\n| [skylark-langx](https://github.com/skylarklangx/skylark-langx) |  | Javascript language extension library |\n| [skylark-utils](https://github.com/skylarkutils/skylark-utils) |  | An Universal HTML5 Javascript Library |\n| [skylark-utils-dom](https://github.com/skylarkutils/skylark-utils-dom) |  | An Universal DOM Utility Library |\n\n## Differentbuilds\n\nbuilds are in the directory dist.\n\n|  | build | Description |\n| :--- | :--- | :--- |\n| full | skylark-jquery-all.js | included dependences |\n| only | skylark-jquery.js | not included dependences |\n| full（development） | uncompressed/skylark-jquery-all.js | includedde pendences |\n| only（development） | uncompressed/skylark-jquery.js | not included dependences |\n\nPlease use the\"full\"version when using this library alone,and use the \"only\" version when using other skylark libraries.\n\n## Installation\n\nYou can get the latest version in many different ways:\n\n* Downloading\n  [a ZIP file from master](https://github.com/skylarkutils/skylark-jquery/archive/master.zip)\n* Cloning using Git:\n  `git clone `[`https://github.com/skylarkutils/skylark-jquery.git`](https://github.com/skylarkutils/skylark-jquery.git)\n* Installing via NPM:\n  `npm install https://github.com/skylarkutils/skylark-jqueryr.git#master --save`\n\n## Examples\n\nplease refer to the examples:\n\n* Bootstrap-Form-Builder-minikomi  \n  [http://examples.skylarkjs.org/skylark-jquery/Bootstrap-Form-Builder-minikomi/index-jquery.html](http://examples.skylarkjs.org/skylark-jquery/Bootstrap-Form-Builder-minikomi/index-jquery.html)   the version using original jquery  \n  [http://examples.skylarkjs.org/skylark-jquery/Bootstrap-Form-Builder-minikomi/index-skylark.html](http://examples.skylarkjs.org/skylark-jquery/Bootstrap-Form-Builder-minikomi/index-skylark.html)  the version using skylark-jquery\n* etch  \n  [http://examples.skylarkjs.org/skylark-jquery/etch/demo/demo.jquery.html](http://examples.skylarkjs.org/skylark-jquery/etch/demo/demo.jquery.html)   the version using original jquery  \n  [http://examples.skylarkjs.org/skylark-jquery/etch/demo/demo.skylark-jquery.html](http://examples.skylarkjs.org/skylark-jquery/etch/demo/demo.skylark-jquery.html) the version using skylark-jquery\n* grapesjs  \n  [http://examples.skylarkjs.org/skylark-jquery/grapesjs/index.jquery.html](http://examples.skylarkjs.org/skylark-jquery/grapesjs/index.jquery.html)   the version using original jquery  \n  [http://examples.skylarkjs.org/skylark-jquery/grapesjs/index.skylark-jquery.html](http://examples.skylarkjs.org/skylark-jquery/grapesjs/index.skylark-jquery.html) the version using skylark-jquery\n* jstinker  \n  [http://examples.skylarkjs.org/skylark-jquery/jstinker/index.jquery.html](http://examples.skylarkjs.org/skylark-jquery/jstinker/index.jquery.html)   the version using original jquery  \n  [http://examples.skylarkjs.org/skylark-jquery/jstinker/index.skyalrk-jquery.html](http://examples.skylarkjs.org/skylark-jquery/jstinker/index.skyalrk-jquery.html) the version using skylark-jquery\n\n## Bugs and feature requests\n\nHave a bug or a feature request? Please first search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/skylarkjs/skylark-jquery/issues/new).\n\n## Building\n\n* Ensure that Node.js is installed.\n* Run npm install [https://github.com/skylarkjs/skylark-bundle-cli.git](https://github.com/skylarkjs/skylark-bundle-cli.git) -g to ensure sbundle is installed.\n* Run npm install to ensure the required dependencies are installed.\n* Run npm run build. The builds will be placed in the dist/ directory.\n\n## License\n\nThe code is released under the [MIT License](https://github.com/skylarkjs/skylark-jquery/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskylark-integration%2Fskylark-jquery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskylark-integration%2Fskylark-jquery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskylark-integration%2Fskylark-jquery/lists"}