Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uttesh/tagtitle
Tag Title is jquery plugin used to tag the title attribute in your component on image or any thing.
https://github.com/uttesh/tagtitle
Last synced: about 7 hours ago
JSON representation
Tag Title is jquery plugin used to tag the title attribute in your component on image or any thing.
- Host: GitHub
- URL: https://github.com/uttesh/tagtitle
- Owner: uttesh
- Created: 2013-01-10T07:26:18.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-11T16:07:16.000Z (almost 12 years ago)
- Last Synced: 2023-04-05T18:55:37.445Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://uttesh.github.com/tagtitle/
- Size: 461 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tagtitle.js
========Tag Title is jquery plugin used to tag title attribute of component on image or any thing.
it reads the title in the html element and convert that to tagtitle.
sample :
It reads title of element and create tagTitle.This enables title like below snap.
![demo](https://raw.github.com/uttesh/tagtitle/master/img/demo.png)
Dependencies
Usage
$("img").tagtitle({
hideToolTip: false,
tagfontSize: "15",
position: "middle"
});
$("#article_1").tagtitle({
hideToolTip: true,
tagfontSize: "15"
position: "top"
});
We can change the position of tag title on element by "position" attribute
- top: Show tag title on top
- middle: Show tag title on middle
- bottom: Show tag title on bottom
"hideToolTip" attribute is default false, if true it will hide title tooltip
"tagfontSize" attribute is default 15px, we can set according into requirement
License
(The MIT license)
Copyright (c) 2013 Uttesh Kumar
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.