Skip to content

Commit 65ac71e

Browse files
committed
Tiny content fix
1 parent b20a01c commit 65ac71e

File tree

2 files changed

+2
-47
lines changed

2 files changed

+2
-47
lines changed

DEPRECATED

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Redirect these to the API documentation page:
22

33
jQuery.fn.removeAttrs
4-
Validator.refresh
4+
Validator.refresh
5+
multiplefields

entries/validate.xml

-46
Original file line numberDiff line numberDiff line change
@@ -513,51 +513,5 @@
513513
</property>
514514
</argument>
515515
</signature>
516-
<example>
517-
<desc>A simple jQuery UI Position example.</desc>
518-
<css><![CDATA[
519-
.positionDiv {
520-
position: absolute;
521-
width: 75px;
522-
height: 75px;
523-
background: green;
524-
}
525-
]]></css>
526-
<code><![CDATA[
527-
$( "#position1" ).position({
528-
my: "center",
529-
at: "center",
530-
of: "#targetElement"
531-
});
532-
533-
$( "#position2" ).position({
534-
my: "left top",
535-
at: "left top",
536-
of: "#targetElement"
537-
});
538-
539-
$( "#position3" ).position({
540-
my: "right center",
541-
at: "right bottom",
542-
of: "#targetElement"
543-
});
544-
545-
$( document ).mousemove(function( event ) {
546-
$( "#position4" ).position({
547-
my: "left+3 bottom-3",
548-
of: event,
549-
collision: "fit"
550-
});
551-
});
552-
]]></code>
553-
<html><![CDATA[
554-
<div id="targetElement">
555-
<div class="positionDiv" id="position1"></div>
556-
<div class="positionDiv" id="position2"></div>
557-
<div class="positionDiv" id="position3"></div>
558-
<div class="positionDiv" id="position4"></div>
559-
</div>
560-
]]></html>
561-
</example>
562516
<category slug="plugin"/>
563517
</entry>

0 commit comments

Comments
 (0)