Skip to content

Fea-Sin/Jmp

Repository files navigation

Jmp (jquery multiple plugin)

describe

jquery plug-in collection

start

npm install

npm start

contain plugin

  • tool-tip

  • overflow-show

API

实例:

<div class="overflow-show">
	<span id="text">
		This is the content text, this text normally very long. So, the plugin will cutdowm the 
		text and your mouse moveon the poplayer will show.
	</span>
</div>
$("#example").overflowShow('init', {
	width: 20,
	popWidth: 400,
	popTop: 10
})

width: 20: [Number/String]Text over width value will be cutdown.

popWidth: 400: [Number/String] Set the poplayer width.

popTop: 20 : [Number] The poplayer style position is absolute, popTop value will set the top position against the element.

From sources

$ git clone https://github.com/Fea-Sin/Jmp.git
$ cd Jmp
$ npm install
$ npm start

Jmp one more!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published