Mrudgandha Kulkarni

Mrudgandha Kulkarni

134 Articles Published

Articles by Mrudgandha Kulkarni

Page 14 of 14

How to handle events using jQuery DataTables plugin?

Mrudgandha Kulkarni
Mrudgandha Kulkarni
Updated on 07-Aug-2023 2K+ Views

jQuery DataTables is a powerful plugin that provides advanced features for displaying and manipulating tabular data on the web. It offers a rich set of functionalities, including sorting, searching, pagination, and more. While DataTables simplifies the process of creating dynamic tables, effectively handling events within these tables is crucial to enhance user interactions and customize behavior. In this blog post, we will explore how to handle events using the jQuery DataTables plugin. We'll dive into both basic and advanced event handling techniques that will enable you to respond to user actions, perform custom operations, and create interactive data tables. Setting ...

Read More

How to group header content of a table using HTML5?

Mrudgandha Kulkarni
Mrudgandha Kulkarni
Updated on 07-Aug-2023 2K+ Views

When displaying data in an HTML table, it is often useful to group the header content of the table to provide more context to the data being displayed. Grouping header content can make it easier for users to understand the relationships between the data and to identify patterns or trends. In this article, we'll discuss several methods for grouping header content in an HTML table using HTML5. Method 1: Using the and Elements The most straightforward way to group header content in an HTML table is to use the and elements. The element is used ...

Read More

How to get_set elements containing the closest parent element matches the specified selector using jQuery?

Mrudgandha Kulkarni
Mrudgandha Kulkarni
Updated on 07-Aug-2023 211 Views

Manipulating the DOM is an essential part of web development, and jQuery is a popular library that makes it easy to traverse the HTML DOM tree and select or modify elements based on their relationship with other elements. In this blog post, we will explore how to use jQuery to get or set elements based on their closest parent element that matches the specified selector. Using the Closest() Method The closest() method in jQuery is used to get the first element that matches the specified selector, searching through the element itself and its ancestors in the DOM tree. Here's an ...

Read More

Create Your Own ‘Web Browser’ and ‘Desktop Recorder’ Applications Using PyGobject

Mrudgandha Kulkarni
Mrudgandha Kulkarni
Updated on 23-Jun-2023 444 Views

PyGobject is a Python module that allows you to develop GUI applications in Python using the Gtk+ toolkit. With PyGobject, you can create rich, interactive applications that run on Linux, macOS, and Windows. In this blog post, we'll walk you through the process of creating two applications using PyGobject − a web browser and a desktop recorder. Creating a Web Browser To create a web browser using PyGobject, we'll need to use the Gtk+ webkit library, which provides a web browser engine that can be embedded into a Gtk+ application. Here are the steps to create a web browser − ...

Read More
Showing 131–134 of 134 articles
« Prev 1 10 11 12 13 14 Next »
Advertisements