Skip to content

Commit a325fcd

Browse files
committed
delete similar page
1 parent 5cabc61 commit a325fcd

File tree

2 files changed

+2
-303
lines changed

2 files changed

+2
-303
lines changed

page/plugins.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ A jQuery plugin is simply a new method that we use to extend jQuery's prototype
1414
The idea of a plugin is to do something with a collection of elements. You could consider each method that comes with the jQuery core a plugin, like `.fadeOut()` or `.addClass()`.
1515

1616
You can make your own plugins and use them privately in your code or you can release them into the wild. There are thousands of jQuery plugins available online. The barrier to creating a plugin of your own is so low that you'll want to do it straight away!
17+
18+
For details on writing stateful plugins, see [How To Use the Widget Factory](/jquery-ui/widget-factory/how-to-use-the-widget-factory/).

page/plugins/stateful-plugins-with-widget-factory.md

Lines changed: 0 additions & 303 deletions
This file was deleted.

0 commit comments

Comments
 (0)