Sometimes you might want to cancel the ajax request that is pending from long time or want to cancel request if user accidently clicked submit button.
In that cases, so you can just use abort() met...
In this article, we will discuss about how you can get number of items in collection or array in Laravel collection using count() and countBy() method. This is useful in Admin Panel dashboard where yo...
Laravel has so many builtin features like authentication, facades, routes. That is the reason why Laravel has become so pupular in web development. One of the main feature Laravel provides is that sim...
In this article, we will guide you to how to insert rows into MySQL table from Node.js.
We perform following steps to insert rows into table.
Step 1: First create connection between MySQL s...
Typeahead.js is simple javascript library developed and used by Twitter for simple user search experice. Typeahead.js predicts words input by user and returns results from the data.
Typeahead.js us...