https://github.com/jenkinsci/jquery-plugin
Jenkins jquery plugin
https://github.com/jenkinsci/jquery-plugin
adopt-this-plugin jenkins-api-plugin
Last synced: 7 months ago
JSON representation
Jenkins jquery plugin
- Host: GitHub
- URL: https://github.com/jenkinsci/jquery-plugin
- Owner: jenkinsci
- Created: 2010-12-13T05:41:26.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2025-01-27T18:49:51.000Z (8 months ago)
- Last Synced: 2025-03-19T02:11:25.262Z (7 months ago)
- Topics: adopt-this-plugin, jenkins-api-plugin
- Language: CSS
- Homepage: https://plugins.jenkins.io/jquery/
- Size: 131 KB
- Stars: 2
- Watchers: 97
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
- Changelog: CHANGELOG.adoc
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
= jQuery
This plugin is a library plugin for other plugins to share common
jQuery. It also allows users to use jQuery on each view
descriptions.Because Jenkins uses prototype.js in the core, you cannot
use the standard '$' object to access jQuery. Instead, use the 'Q'
object, or use a new scope created by a function to re-bind '$' to
jQuery safely, as follows:[.confluence-embedded-file-wrapper]#image:docs/images/jquery-plugin.png[image]#
This plugin puts jQuery into every page rendered by Jenkins, so
developers of other plugins need not do anything special to make it
work.If Jenkins is 1.453 or later, Jenkins will not allow JavaScript in
description. You will need
https://plugins.jenkins.io/anything-goes-formatter/["Anything
Goes" formatter].== Changelog
For recent versions, see https://github.com/jenkinsci/jquery-plugin/releases[GitHub Releases]For versions 1.12.4-0 and older, see CHANGELOG.adoc