.myClass
{
overflow: hidden; // hide the string if it is overflow.
{
overflow: hidden; // hide the string if it is overflow.
text-overflow: ellipsis; //put three dot after trancate string.
}
preventDefault
will only prevent the default event action to occur, i.e. a page redirect on a link click, a form submission, etc. and return false
will also stop the event flow.