jQuery AJAX Tutorial: 7 Demos of div, Form, Tabs, Accordion, and Table

jQuery ajax div

Purpose of jQuery AJAX method The jQuery has handy methods to work with AJAX quite simply and easily. The methods include $.ajax, $.post, $.get, $.load, etc. By using these methods, you may accomplish certain tasks like Submitting forms without reloading a web page, pulling data in an autocomplete field, loading table data, using tabs which … Read more

5 Demos of jQuery to Add, Change, Remove CSS

jQuery CSS UI accordion

The jQuery method to set CSS properties The CSS properties of the elements in the web page can be added, changed, and removed (at run time) by using the jQuery css method. The $.css can also be used to get the CSS properties of the first matched element in DOM. I will show you a … Read more

HTML table: Basic syntax to CSS, Bootstrap based table demos

HTML table CSS

The HTML table structure Whether you are creating a simple table or plan to beautify with custom CSS, Bootstrap CSS or some other plug-ins, the base structure of a table starts with an HTML <table> tag. This is followed by using the table rows, table headings, table data and table footer tags. A basic table … Read more

How to Create Bootstrap Tables

Bootstrap table contextual classes

The tables in Bootstrap framework The Bootstrap framework includes CSS classes for the HTML tables that you can use to display tables in your web pages quite easily that also look nice presentation-wise. In this tutorial, I will show you how you can use those Bootstrap table classes along with adding your own style to … Read more