[Solved]: jQuery scrollTop not working in Chrome & Safari

Sunday, February 19th, 2012

The vertical scroll position is the same as the number of pixels that are hidden from view above the scrollable area. If the scroll bar is at the very top or if the element is not scrollable, this number will be 0. If you're using jQuery's scrollTop (usually it's used to ...

PHP Function To Remove HTML Tags From String

Monday, October 17th, 2011

You may need to remove (strip) HTML from your data to get plain text, For the purpose PHP has a built-in function strip_tags(), Basic syntax is as below