Simple Load more content with jQuery

This feature comes in use at situation where you need to show more content in many news/content based websites and this feature helps loading content on clicking load more button.

20 Useful jQuery Methods Part -4

If you’d like to replace DOM elements with other ones, here’s how to do it. We can call replaceAll() on elements we’ve collected or created, for the elements we’d like to replace.

20 Useful jQuery Methods Part -3

Determine whether the argument is an array.$.isArray() returns a Boolean indicating whether the object is a JavaScript array (not an array-like object, such as a jQuery object).

20 Useful jQuery Methods Part -2

Set a timer to delay execution of subsequent items in the queue.delay() method allows us to delay the execution of functions that follow it in the queue.

20 Useful jQuery Methods Part -1

jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, that works across a multitude of browsers.

Enqueue a Script -WordPress

WordPress has an enqueuing system for adding local/remote scripts along with styles to prevent conflicts with plug-ins. Since most users run WordPress with a theme and several plugins.