var value = ' 123-456 '; value = value.replace(/\-/g,''); //' 123456 ' (remove '-') value...
Showing posts with label Javascript. Show all posts
Showing posts with label Javascript. Show all posts
two line text or multiple line text ellipsis
Javascript
It is applied to the text inside <strong> tag.
javascript window object , make pop-up screen, bring popup screen backward and forward, print page, confirm pop up
Javascript
window.scrollTo(0, 200) // move to absolute coordinate window.scrollBy(0, 50) // move 50 px downward window.scrollBy(0, -50) //...
Subscribe to:
Posts (Atom)