Skip to main content

Best PDF Viewer Plugin in jQuery

In this post, we will list the best PDF Viewer Plugin from jQuery.

Portable Document Format (PDF) is a popular file type on web to write and view documents. So if you’re running or developing website and looking for client end solution to read or view the PDF document in your website, then you’re here at the right place. In this post, I have listed some of the best jQuery PDF viewer plugin for you to use in website. (more…)

Export HTML Table to Excel using jQuery

In our previous tutorial, we have explained how to implement export data to excel using PHP and get huge response from our readers. Many of them requested to publish tutorial to export HTML table data to excel file with jQuery.

Data Export is a feature to allow users to download data to local file for future use. Mostly we implement data export functionality using server side like languages like PHP etc.

So in this tutorial you will learn how to export HTML table to Excel using jQuery. The tutorial covered with live demo to populate dynamic data into HTML table from MySQL and then download HTML table data to excel using jQuery to excel file. You can also download source code of live demo.

(more…)

Add Remove Input Fields Dynamically with jQuery

In our previous tutorial, we have explained how to implement Drag and Drop Reorder with jQuery, PHP & MySQL. In this tutorial, we will explain how to implement add and remove input fields dynamically with jQuery.

Add Remove input fields dynamically is a very user friendly feature in web applications that allows users to save more details of a subject like skills etc. The duplicate input fields are added and stops after reaching to maximum limit. There are also a remove button next to input field to remove dynamically added input fields.

The tutorial covered with live demo to add remove input fields and submit form to use input fields values. You can also link to download source code of live demo.

(more…)