
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Mrudgandha Kulkarni has Published 151 Articles

Mrudgandha Kulkarni
2K+ Views
Handling multiple rows selection in jQuery DataTables adds a powerful and intuitive interaction feature to your data tables. Whether you need to perform bulk actions, manipulate selected data, or simply provide a more user-friendly experience, the ability to select multiple rows simultaneously is invaluable. In this blog post, we will ... Read More

Mrudgandha Kulkarni
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 ... Read More

Mrudgandha Kulkarni
6K+ Views
In the dynamic world of web development, creating and manipulating elements on the fly is a common practice. Whether it's adding new elements to a page or generating content dynamically based on user interactions, the ability to handle events on these dynamically created elements is crucial. This is where event ... Read More

Mrudgandha Kulkarni
1K+ Views
DataTables is a powerful jQuery plugin that enables developers to create feature-rich and interactive data tables in web applications. With its extensive set of options and functionalities, DataTables provides a flexible and customizable solution for displaying and manipulating tabular data. One key aspect of enhancing the user experience and adding ... Read More

Mrudgandha Kulkarni
3K+ Views
HTML tables are commonly used to present data in a structured manner. Tables consist of rows and columns where each row represents a record and each column represents a field in that record. In some cases, you may want to group the content in the body of the table, such ... Read More

Mrudgandha Kulkarni
822 Views
When designing a form for a website, it's important to consider the user experience and make it as easy as possible for users to fill out the form. One way to do this is by grouping related elements together so that users can quickly scan and fill out the form. ... Read More

Mrudgandha Kulkarni
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. ... Read More

Mrudgandha Kulkarni
278 Views
When working on web development projects, there are often scenarios where you need to give a div tag the full height of the browser window. This can be particularly useful when creating full-page layouts, hero sections, or elements that need to span the entire vertical space. However, achieving this desired ... Read More

Mrudgandha Kulkarni
153 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 ... Read More

Mrudgandha Kulkarni
8K+ Views
When working with dynamic web pages, it's often necessary to hide certain HTML elements based on specific conditions or user interactions. One common approach is to assign classes to these elements and then dynamically hide them using JavaScript. This provides a flexible and efficient way to control the visibility of ... Read More