Skip to content

A simple jQuery plugin to slide out small bits of info text

Notifications You must be signed in to change notification settings

hexa1/jquery-slideout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

A simple jQuery plugin to slide small bits of text in and out.

Useful for sandwiching information inside inline text.

Usage

html

<div>
  Container
  <div class="info">
    <a title="Information to slide out" href="#"><img src=""/>The Trigger</a>
    <p><span>Slide-out info here</span></p>
  </div>
  &nbsp;&nbsp;between text.
</div>

JS

$('.info').slideOutInfo({});

See example.html

About

A simple jQuery plugin to slide out small bits of info text

Resources

Stars

Watchers

Forks

Packages

No packages published