s

sanitizeHtml-jquery-plugin

A plugin to sanitize HTML using DOM rather than regex
http://github.com/harlanji/sanitizeHtml-jquery-plugin
MIT
Harlan Iverson
Files download
File Operation
sanitizeHtml-jquery-plugin-1.0.0.jar download
sanitizeHtml-jquery-plugin-1.0.0.pom download
sanitizeHtml-jquery-plugin-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.soashable.jquery</groupId>
  <artifactId>sanitizeHtml-jquery-plugin</artifactId>
  <version>1.0.0</version>
  <type>javascript</type>
</dependency>
Gradle Groovy
implementation 'com.soashable.jquery:sanitizeHtml-jquery-plugin:1.0.0'
Gradle Kotlin
implementation("com.soashable.jquery:sanitizeHtml-jquery-plugin:1.0.0")
Scala SBT
libraryDependencies += "com.soashable.jquery" % "sanitizeHtml-jquery-plugin" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.soashable.jquery', module='sanitizeHtml-jquery-plugin', version='1.0.0')
)
Apache Ivy
<dependency org="com.soashable.jquery" name="sanitizeHtml-jquery-plugin" rev="1.0.0" />
Leiningen
[com.soashable.jquery/sanitizeHtml-jquery-plugin "1.0.0"]
Apache Buildr
'com.soashable.jquery:sanitizeHtml-jquery-plugin:jar:1.0.0'
Dependencies
The project has no third-party dependencies