Skip to content

Commit 36e510f

Browse files
committed
Proper attribution for @scottgonzalez on jQuery UI Widget Factory article originally from his blog post
1 parent 3aa1916 commit 36e510f

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

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

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
---
2-
title : Writing Stateful Plugins with the jQuery UI Widget Factory
3-
level: intermediate
2+
title: Writing Stateful Plugins with the jQuery UI Widget Factory
3+
level: intermediate
44
source: http://jqfundamentals.com/legacy
55
attribution:
66
- jQuery Fundamentals
7+
- Scott González <scott.gonzalez@gmail.com>
78
---
8-
## Writing Stateful Plugins with the jQuery UI Widget Factory
9-
10-
<div class="note" markdown="1">
11-
### Note
129

13-
This section is based, with permission, on the blog post [Building Stateful jQuery Plugins](http://blog.nemikor.com/2010/05/15/building-stateful-jquery-plugins/) by Scott Gonzalez.
14-
</div>
10+
## Writing Stateful Plugins with the jQuery UI Widget Factory
1511

1612
While most existing jQuery plugins are stateless — that is, we call them on an element and that is the extent of our interaction with the plugin — there’s a large set of functionality that doesn’t fit into the basic plugin pattern.
1713

0 commit comments

Comments
 (0)