Home
DS & Algo. ▾
Data Structure
Algorithms
Coding Problems
Languages ▾
C
C++
C++ STL
Java
Python
Scala
Ruby
C#.Net
Golang
Android
Kotlin
SQL
Web. ▾
JavaScript
CSS
jQuery
PHP
Node.Js
AdonisJs
VueJS
Ajax
HTML
Django
Programs ▾
C
C++
Data Structure
Java
C#.Net
VB.Net
Python
PHP
Golang
Scala
Swift
Rust
Ruby
Kotlin
C Interview Programs
Aptitude ▾
C Aptitude
C++ Aptitude
Java Aptitude
C# Aptitude
PHP Aptitude
Linux Aptitude
DBMS Aptitude
Networking Aptitude
AI Aptitude
More...
Interview ▾
Golang
MIS Executive
DBMS
C
Embedded C
Java
SEO
HR
Find Output ▾
C
C++
C#.Net
Java
Go
PHP
More...
MCQs ▾
Web Technologie MCQs
CS Subjects MCQs
Databases MCQs
Programming MCQs
Testing Software MCQs
Digital Mktg Subjects MCQs
Cloud Computing S/W MCQs
Engineering Subjects MCQs
Commerce MCQs
More MCQs...
CS Subjects ▾
Machine Learning/AI
Operating System
Computer Network
Software Engineering
Discrete Mathematics
Digital Electronics
Data Mining
MIS
DBMS
Embedded Systems
Cryptography
CS Fundamental
More Tutorials...
More ▾
Tech Articles
Puzzles
Full Forms
Code Examples
Blogs
Guest Post
Programmer's Calculator
XML Sitemap Generator
Tools & Generators
About
Contact
Home
DS & Algo. ▾
Data Structure
Algorithms
Coding Problems
Languages ▾
C
C++
C++ STL
Java
Python
Scala
Ruby
C#.Net
Golang
Android
Kotlin
SQL
Web. ▾
JavaScript
CSS
jQuery
PHP
Node.Js
AdonisJs
VueJS
Ajax
HTML
Django
Programs ▾
C
C++
Data Structure
Java
C#.Net
VB.Net
Python
PHP
Golang
Scala
Swift
Rust
Ruby
Kotlin
C Interview Programs
Aptitude ▾
C Aptitude
C++ Aptitude
Java Aptitude
C# Aptitude
PHP Aptitude
Linux Aptitude
DBMS Aptitude
Networking Aptitude
AI Aptitude
More...
Interview ▾
Golang
MIS Executive
DBMS
C
Embedded C
Java
SEO
HR
Find Output ▾
C
C++
C#.Net
Java
Go
PHP
More...
MCQs ▾
Web Technologie MCQs
CS Subjects MCQs
Databases MCQs
Programming MCQs
Testing Software MCQs
Digital Mktg Subjects MCQs
Cloud Computing S/W MCQs
Engineering Subjects MCQs
Commerce MCQs
More MCQs...
CS Subjects ▾
Machine Learning/AI
Operating System
Computer Network
Software Engineering
Discrete Mathematics
Digital Electronics
Data Mining
MIS
DBMS
Embedded Systems
Cryptography
CS Fundamental
More Tutorials...
More ▾
Tech Articles
Puzzles
Full Forms
Code Examples
Blogs
Guest Post
Programmer's Calculator
XML Sitemap Generator
Tools & Generators
About
Contact
Home
»
About
Pratishtha Saxena
Technical Content Writer @ IncludeHelp
Name
Pratishtha Saxena
Course
Bachelor of Technology (B.Tech) in Computer Science
College / University
ITM Gwalior, MP
Technical Skills
Python, JavaScript, HTML & CSS, C, C++
Her submissions
JavaScript
Dynamically Populating drop-down list from selection another drop-down value
How can I merge properties of two JavaScript objects dynamically?
Length of a JavaScript object
JavaScript: How to append something to an array?
Is there a standard function to check for null, undefined, or blank variables in JavaScript?
How to replace all occurrences of a string in JavaScript?
How do I check if an array includes a value in JavaScript?
How do you get a timestamp in JavaScript?
Which 'href' value should I use for JavaScript links, '#' or 'javascript:void(0)'?
What is the !! (not not) operator in JavaScript?
What does 'use strict' do in JavaScript, and what is the reasoning behind it?
What is the most efficient way to deep clone an object in JavaScript?
How do I remove a property from a JavaScript object?
Check whether a string contains a substring using includes() and indexOf() methods in JavaScript
How can I remove a specific item from an array in JavaScript?
var functionName = function() {} vs function functionName() {}
What's the difference between using 'let' and 'var'?
Which equals operator (== vs ===) should be used in JavaScript comparisons?
Check if a variable is a string in JavaScript
Can (a== 1 && a ==2 && a==3) ever evaluate to true?
Open a URL in a new tab (and not a new window)
Compare two dates with JavaScript
Set a default parameter value for a JavaScript function
Validate decimal numbers in JavaScript - IsNumeric()
How can I determine if a variable is 'undefined' or 'null'?
Generate random string/characters in JavaScript
How to check if element is visible after scrolling?
Get all unique values in a JavaScript array (remove duplicates)
JavaScript equivalent to printf/String.Format
How to find the sum of an array of numbers?
Replace multiple characters in one replace call using JavaScript
How to print a number with commas as thousands separators in JavaScript?
Can I get the name of the currently running function in JavaScript?
What is the opposite of event.preventDefault() in JavaScript?
JavaScript - Add st, nd, rd and th (ordinal) suffix to a number
How can I find the length of a number in JavaScript?
How do I redirect to another webpage using JavaScript?
How do I refresh a page using JavaScript?
How to link a JavaScript file to a HTML file?
HTML text input allow only numeric input JavaScript
Get selected element's outer HTML using JavaScript
How to check for a #hash in a URL using JavaScript?
Remove all whitespace from a string in JavaScript
Regex to replace multiple spaces with a single space in JavaScript
How to get image size (height and width) using JavaScript?
Run JavaScript function when user finishes typing instead of on key up?
Commonly Accepted Best Practices Around Code Organization in JavaScript
How to check the user is using Internet Explorer using JavaScript?
How to select and highlight a text within an element using JavaScript?
How to check if an array is empty or exists using JavaScript?
How to check if the URL contains a given string using JavaScript?
How to check if the URL contains a given string using JavaScript?
How to add or update a query string parameter using JavaScript?
jQuery
How can I know which radio button is selected via jQuery?
How do I check whether a checkbox is checked in jQuery?
Disable/enable an input with jQuery?
Get selected text from a drop-down list (select box) using jQuery
How to get the children of the $(this) selector?
How can I get the ID of an element using jQuery?
Get the size of the screen, current web page and browser window
jQuery: Get specific option tag text
How can I select an element by name with jQuery?
What is the best way to add options to a select from a JavaScript object with jQuery?
How to change the href attribute for a hyperlink using jQuery?
jQuery document.createElement equivalent?
How to move an element into another element?
Play/pause HTML 5 video using jQuery
jQuery append(), prepend(), after() and before() Methods
Checking if jQuery is loaded using JavaScript
jQuery Disable Form Submit on Enter
How to exclude $(this) from a jQuery selector?
Find all unchecked checkboxes in jQuery
How to generate a simple popup using jQuery?
Get the second child using jQuery
How to get a table cell value using jQuery?
HTML5 textarea placeholder not appearing
Iterate through <select> options using jQuery
jQuery .live() vs .on() method for adding a click event after loading dynamic html
jQuery | Scroll to bottom of the page
jQuery | Which selector do I need to select an option by its text?
Selecting multiple classes with jQuery
jQuery on window resize
How can I find elements by text content with jQuery?
jQuery: Change class name
How to change value of object which is inside an array using JavaScript or jQuery?
Detecting Input Change in jQuery
How can I determine the direction of a jQuery scroll event?
Get jQuery version from inspecting the jQuery object
Is it possible to use jQuery .on and hover?
How to set value of input text using jQuery?
How do I check if an html element is empty using jQuery?
jQuery count child elements
How to position one element relative to another with jQuery?
jQuery - Create hidden form element on the fly
How to select all on focus in input using jQuery?
jQuery bind() vs on() Methods
jQuery - What are differences between $(document).ready and $(window).load?
Resetting a multi-stage form with jQuery
How to use slideDown (or show) function?
Scroll to an element with jQuery
How do I check if an element is hidden using jQuery?
Getting the id of the element that fired an event using jQuery
Get the value in an input text box using jQuery
How can I trigger the same function from multiple events with jQuery?
How to replace innerHTML of a div using jQuery?
Best way to remove an event handler in jQuery
jQuery - Set select option 'selected', by value
How to add table row in a table using jQuery?
How do you remove all the options of a select box and then add one option and select it with jQuery?
Selecting element by data attribute with jQuery
Hide a div when the user clicks outside of it using jQuery
jQuery - Get value of select onChange
How to check a radio button with jQuery?
Change the selected value of a drop-down list with jQuery
How to remove a style added with .css() function using jQuery?
How to remove all CSS classes using jQuery?
Changing the image source using jQuery
jQuery - Get Started
How to break out of jQuery each loop?
How can I detect pressing Enter on the keyboard using jQuery?
jQuery - Introduction
jQuery - Basics and Syntaxes
jQuery - Selectors
jQuery - Events
How to Center a <div> on the Screen Using jQuery?
How to remove close button on the jQuery UI dialog?
How to delay the keyup() handler until the user stops typing using jQuery?
jQuery - Checkbox checked state changed event
jQuery - hasAttr checking to see if there is an attribute on an element
How to loop through elements with the same class using jQuery?
Get class list for element with jQuery
Preloading images with jQuery
How to find if an array contains a specific string in jQuery?
Select <a> which href ends with some string using jQuery
How to remove multiple CSS classes using jQuery?
How to get selected element tag name using jQuery?
document.getElementById() Vs. jQuery $()
Check if object is a jQuery object
How to detect escape key press with jQuery?
Can I make a <button> not submit a form using jQuery?
Check whether a radio button is checked with jQuery?
Get checkbox value in jQuery
jQuery - Effects
jQuery - Effects: Hide
jQuery - Effects: Show
jQuery - Effects: Toggle
jQuery - Effects: FadeIn
jQuery - Effects: FadeOut
jQuery - Effects: FadeToggle
jQuery - Effects: FadeTo
jQuery - Effects: SlideDown
jQuery Effects - SlideUp
jQuery Effects - SlideToggle
jQuery - Effects: Animate
jQuery - Effects: animate() Using Different Ways
jQuery Effects - Stop Animations
jQuery - Effects: Delay
jQuery - Effects: Queue
jQuery - Effects: Dequeue
jQuery - Effects: Clear Queue
jQuery - Effects: Finish
jQuery - Callback Function
jQuery - Chaining
jQuery - DOM Manipulations and jQuery Methods
jQuery html() Method
jQuery val() Method
jQuery text() Method
jQuery css() Method
jQuery before() Method
jQuery prepend() Method
jQuery after() Method
jQuery insertAfter() Method
jQuery append() Method
jQuery appendTo() Method
jQuery clone() Method
jQuery remove() Method
jQuery empty() Method
jQuery detach() Method
jQuery scrollTop() Method
jQuery attr() Method
jQuery prop() Method
jQuery offset() Method
jQuery position() Method
jQuery addClass() Method
jQuery hasClass() Method
jQuery toggleClass() Method
jQuery width() Method
jQuery height() Method
jQuery innerWidth() Method
jQuery innerHeight() Method
jQuery outerWidth() Method
jQuery outerHeight() Method
jQuery wrap() Method
jQuery wrapInner() Method
jQuery wrapAll() Method
jQuery unwrap() Method
jQuery removeProp() Method
jQuery removeClass() Method
jQuery removeAttr() Method
jQuery insertBefore() Method
jQuery offsetParent() Method
jQuery scrollLeft() Method
jQuery replaceWith() Method
jQuery replaceAll() Method
jQuery bind() Method
jQuery blur() Method
jQuery click() Method
jQuery focus() Method
jQuery unbind() Method
jQuery keypress() Method
jQuery keydown() Method
jQuery submit() Method
jQuery change() Method
jQuery select() Method
jQuery hover() Method
jQuery mousedown() Method
jQuery mouseleave() Method
jQuery mouseenter() Method
jQuery keyup() Method
jQuery unload() Method
jQuery load() Method
jQuery mouseout() Method
jQuery mouseover() Method
jQuery mouseup() Method
jQuery focusout() Method
jQuery focusin() Method
jQuery die() Method
jQuery dblclick() Method
jQuery delegate() Method
jQuery error() Method
jQuery event.data Property
jQuery event.delegateTarget Property
jQuery event.currentTarget Property
jQuery event.isPropagationStopped Property
jQuery event.pageX Property
jQuery event.pageY Property
jQuery event.namespace Property
jQuery event.relatedTarget Property
jQuery event.target Property
jQuery event.result Property
jQuery event.which Property
jQuery event.type Property
jQuery event.timestamp Property
jQuery event.isImmediatePropagationStopped() Method
jQuery event.stopImmediatePropagation() Method
jQuery off() Method
jQuery on() Method
jQuery scroll() Method
jQuery resize() Method
jQuery ready() Method
jQuery mousemove() Method
jQuery undelegate() Method
jQuery trigger() Method
jQuery triggerHandler() Method
jQuery event.preventDefault() Method
jQuery event.isDefaultPrevented() Method
jQuery event.stopPropagation() Method
jQuery Selectors
jQuery #id Selector
jQuery .Class Selector
jQuery Universal (*) Selector
Multiple Element Selector
jQuery Multiple .Class Selector
jQuery :even Selector
jQuery :odd Selector
jQuery :first Selector
jQuery :last Selector
jQuery :first-child Selector
jQuery :last-child Selector
jQuery :nth-child Selector
jQuery :only-child Selector
What's the easiest way to call a function every 5 seconds in jQuery?
How do I attach events to dynamic HTML elements with jQuery?
jQuery :nth-last-child Selector
jQuery :only-of-type Selector
jQuery :first-of-type Selector
jQuery :last-of-type Selector
jQuery :nth-of-type Selector
jQuery :nth-last-of-type Selector
How to distinguish between left and right mouse click with jQuery?
How to make the first option of <select> selected with jQuery?
How to use radio on change event using jQuery?
Using jQuery to test if an input has focus
jQuery Set Checkbox Checked
How to change the text of a button in jQuery?
jQuery click() vs. onclick
Smooth scrolling when clicking an anchor link using jQuery
jQuery parent > child Selector
jQuery parent descendant Selector
jQuery :contains() Selector
jQuery :focus Selector
Set Value of TextArea in jQuery
How to add list items to an existing unordered list (ul) using jQuery?
What's the difference between '$(this)' and 'this' in jQuery?
jQuery to replace broken images
jQuery - Difference between .on('click') vs .click()
Which keycode for escape key with jQuery
Clearing <input type='file' /> using jQuery
Click event doesn't work on dynamically generated elements
How to define multiple CSS attributes in jQuery?
Detect if an element is visible with jQuery
Submit a form using jQuery
How to uncheck a radio button using JavaScript and jQuery?
How to count number of rows in a table using jQuery?
jQuery Data vs Attr
Check if inputs are empty using jQuery
How to check what version of jQuery is loaded?
jQuery - Setting the selected value of a select control via its text description
How can I get form data with JavaScript/jQuery?
How to disable scrolling temporarily using jQuery?
How to get textarea text using jQuery?
jQuery Same Click Event For Multiple Elements
How do you check if a selector matches something in jQuery?
Interesting jQuery Tips and Tricks
Convert UTC date time to local date time using jQuery
How to get selected value of a dropdown's item using jQuery?
How to detect DIV's dimension changed using jQuery?
Disable Button in jQuery (With Examples)
How to wait 5 seconds with jQuery?
jQuery $(document).ready and UpdatePanels
Content editable change event in jQuery
How to remove disabled attribute using jQuery?
JQuery .each() backwards
DBMS
Lock-Based Protocol in DBMS
Lossless Decomposition in DBMS
Data Replication in DBMS
Redundancy in DBMS
Equivalence of Functional Dependencies in DBMS
Difference Between Row Oriented and Column Oriented Data Stores in DBMS
Data Replication in DBMS
Cloud Computing
Cloud Computing: Introduction, Definition, Features, History, and Benefits
Types of Cloud Security Services
Difference Between Cloud Computing and Virtualization
Comments and Discussions!
Load comments ↻
Please enable JavaScript to view the
comments powered by Disqus.