Coder Social home page Coder Social logo

at.js's Introduction

@JS

Very lightweight tool to change your @ prefixed strings into links.

Usage

Load it inside you html file then:

atJs({
    tagName : "#test",
    baseUrl: "www.mysitename.com/users/"
});

It will get #test's content and replace it's @s with links with href of baseUrl and users name and end of that. For instance , if you have this inside you #test tag:

Here is a test for some users name like @Tom and @Jim.

That will turn into this:

Here is a test for some users name like <a href='www.mysitename.com/users/Tom'>@Tom</a> and <a href='www.mysitename.com/users/Jim'>@Jim</a>.

Options

tagName : It's query selector that defines where you want to get data from.

text : You can also pass in text , you have to use tagName or text , can't use both.

changeDom : If this is set to true after adding links , tag's content would change too. It's obviuse that this option should only be used when a tagName is provided.

baseUrl : Defines url you want to attache your names to.

API

atJs([options])

Returns string if changeDom is set to false.

options:

Type: Object
Available options : tagName , text , changeDom , baseUrl .

tagName:

Type : domNode
Required : true (if test is not defined)

text:

Type : String
Required : true (if tagName is not defined)

baseUrl:

Type : String
Required : true

changeDom:

Type : Boolean

at.js's People

Contributors

hosein2398 avatar

Stargazers

Roman avatar  avatar Ali Torki avatar  avatar Steve Terpe avatar

Watchers

James Cloos avatar  avatar

at.js's Issues

Test

You should provide some tests for this โ˜ ๏ธ

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.