S.no Title Content Publish Date
11Confirmation alert Before Delete record with jQuery AJAXIt is safe to display confirmation alert before deleting a record from MySQL database table. If the user has accidentally clicked the delete button on the wrong record then it h ...2018-02-15
12Dynamically Add and remove TinyMCE editor with jQueryTinyMCE converts HTML textarea or any other HTML element to WYSIWYG editor. Where you can directly preview the changes. ...2018-03-22
13How to Auto-populate Dropdown with AngularJS and PHPBy creating dynamic dependent dropdown the user is restricted to select an item to view data on another dropdown element. ...2018-02-05
14Pagination with Search Filter in CodeIgniterPagination gets complicated when to find specific groups of records when there is a large number of records are available. By adding a search filter with pagination makes easier f ...2018-02-01
15How to Create custom Shortcode in WordPressIn WordPress, Shortcode is special tags which specified within the [] brackets and use on the page, post, and widget. The code is replaced with some other content when previewin ...2018-02-08
12345