Tutorials on ASP.NET Core, Blazor, jQuery, JavaScript, Entity Framework, Identity, WordPress, SQL, HTML & more


jQuery Parent Method – .parent() complete usage guide with codes

Last Updated: June 4, 2021

jquery parent

The jQuery Parent method (.parent()) returns the direct parent of the selected element.

(more…)

How to Implement Discord API in ASP.NET MVC & C#

Last Updated: June 7, 2021

discord api

Discord is All-in-one voice and text chat for gamers that's free, secure, and works on both your desktop and phone. As of December 2017, there were about 87 million unique users of the software.

(more…)

Learn 3 Ways to create jQuery Multiselect feature in your website

Last Updated: June 4, 2021

jquery multiselect

I will teach you to create jQuery Multiselect feature in 3 different ways. All these ways are very easy and create amazing eye-catchy Multiselect controls.

(more…)

jQuery Text Method – .text() – Complete Usage Guide with Codes

Last Updated: June 4, 2021

jquery text

The jQuery text method (.text()) is used to either return or set the text contents of the selected elements.

(more…)

jQuery Html Method – .html() – Complete Usage Guide with Codes

Last Updated: June 4, 2021

jquery html

The jQuery Html method (.html()) is used to either return or set the html contents of the selected elements.

(more…)

jQuery Val Method – .val() – Complete Usage Guide with Codes

Last Updated: June 4, 2021

jquery val

The jQuery Val method is the most used method which either returns or sets the value attribute of the selected elements.

(more…)

Learning jQuery Hover Event – .hover()

Last Updated: June 4, 2021

jquery hover

The jQuery Hover event - .hover() is fired whenever mouse pointer is placed over an element. The .hover() event triggers both mouseenter & mouseleave events.

(more…)

Multiple ways of using jQuery On Method – .on() – in your website

Last Updated: June 4, 2021

jquery on

The jQuery On - .on() attaches one or more event handlers to selected elements. You can use .on() to attach event handlers for both current and dynamically generated elements.

(more…)

Understanding the jQuery scrollTop Method with Examples

Last Updated: June 4, 2021

jquery scrolltop

If you are working with vertical scrollbar of an element then the jQuery scrollTop method is built for you. From this method you can either set the position of scrollbar, or can get the scrollbar's position. Remember, if the scrollbar is at the top then scrollTop() will return 0.

(more…)

How to use jQuery Click Event .click() and stop Event Bubbling

Last Updated: June 4, 2021

jquery click

The jQuery Click event - .click() is fired whenever an element is clicked.

(more…)