Changeset 508027
- Timestamp:
- 02/21/2012 04:25:30 AM (14 years ago)
- File:
-
- 1 edited
-
adjustly-collapse/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
adjustly-collapse/trunk/readme.txt
r508015 r508027 28 28 </code> 29 29 30 31 32 In the example above, the <b>trigger</b> is an href element and the <b>target</b> is a div element. Note that the trigger and target can be any element you choose and be different, or the same type, of elements. For example, the following is just as valid: 33 34 <code> 35 <span class="aj-collapse" rel="[myslidingcontent002]">trigger</span> 36 <span class="aj-hidden" rel="[myslidingcontent002]">target: this content is hidden by default</span> 37 </code> 30 In the example above, the <b>trigger</b> is an href element and the <b>target</b> is a div element. Note that the target can be any element you choose. 38 31 39 32 <h4>rel="[id]"</h4> … … 70 63 = How does one use the shortcode, exactly? = 71 64 72 It doesn't.This plugin does not use shortcodes.65 This plugin does not use shortcodes. 73 66 74 67
Note: See TracChangeset
for help on using the changeset viewer.