Skip to content

Commit 09832f5

Browse files
committed
Widget Factory: remove duplicated page
Fixes gh-335
1 parent 334a910 commit 09832f5

File tree

3 files changed

+3
-302
lines changed

3 files changed

+3
-302
lines changed

order.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@
7575
"plugins": [
7676
"finding-evaluating-plugins",
7777
"basic-plugin-creation",
78-
"advanced-plugin-concepts",
79-
"stateful-plugins-with-widget-factory"
78+
"advanced-plugin-concepts"
8079
]
8180
},
8281
{

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 & 300 deletions
This file was deleted.

0 commit comments

Comments
 (0)