| Package | Description |
|---|---|
| org.rendersnake.ext.jquery |
| Modifier and Type | Method and Description |
|---|---|
static JQueryLibrary |
JQueryLibrary.baseTheme(String version) |
static JQueryLibrary |
JQueryLibrary.core(String version)
Return a library that loads the core from code.jquery.com
|
static JQueryLibrary |
JQueryLibrary.mobile(String version)
Return a library that loads the javascript from code.jquery.com
|
static JQueryLibrary |
JQueryLibrary.mobileStructure(String version)
Return a library that loads the structure-only from code.jquery.com
|
static JQueryLibrary |
JQueryLibrary.mobileTheme(String version)
Return a library that loads the css from code.jquery.com
|
static JQueryLibrary |
JQueryLibrary.theme(String version,
String theme)
Return a library that loads a theme css from code.jquery.com
|
static JQueryLibrary |
JQueryLibrary.ui(String version)
Return a library that loads the ui framework from code.jquery.com
|
Copyright © 2010–2018. All rights reserved.