Skip to content

ilovecode1/linkjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

#What is link.js? FOSSA Status

It takes links link http://cosmicsearch.org and turns it to a link.

#New Site

http://getlink.js.org/

JS.ORG Logo

#Docs

linkjs.do(string)
linkjs.Version
linkjs.Author

Demos

##Simple

var linkjsdemo = linkjs.do("this is some text a link is here http://cosmicsearch.org I want to email so email@cosmicsearch.org lets trick it up and add a period http://cosmicsearch.org.");

##The DOM

document.write(linkjs.do("this is some text a link is here http://cosmicsearch.org I want to email so email@cosmicsearch.org lets trick it up and add a period http://cosmicsearch.org."));

##Alert

var linkjsdemo = linkjs.do("this is some text a link is here http://cosmicsearch.org I want to email so email@cosmicsearch.org lets trick it up and add a period http://cosmicsearch.org.");
alert(linkjsdemo)

License

FOSSA Status