mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Rewrite <a href> links to use Markdown syntax now that they don't need the <a href> to get target=_blank.
22 lines
570 B
HTML
22 lines
570 B
HTML
<template name="pkg_jquery">
|
|
{{#better_markdown}}
|
|
|
|
## `jquery`
|
|
|
|
[jQuery](http://jquery.com/) is a fast and concise JavaScript
|
|
Library that simplifies HTML document traversing, event handling,
|
|
animating, and Ajax interactions for rapid web development.
|
|
|
|
The `jquery` package adds the jQuery library to the client JavaScript
|
|
bundle. It has no effect on the server.
|
|
|
|
In addition to the `jquery` package, Meteor provides several jQuery
|
|
plugins as separate packages. These include:
|
|
|
|
* `jquery-history`
|
|
* `jquery-layout`
|
|
* `jquery-waypoints`
|
|
|
|
{{/better_markdown}}
|
|
</template>
|