Run this from a Command prompt (not a powershell prompt) …
it takes a minute, be patient.
wmic /namespace:\\root\cimv2 path win32_product
where "name like 'microsoft%.NET%'" get name, version
This blog shares my journey as a software engineer, along with personal reviews and life experiences I’ve gained along the way. “I have not failed. I've just found 10,000 ways that won't work.” — Thomas Edison. If you enjoy my content, please support it by clicking on ads (free for you, big help for me!) or by buying me a coffee on Ko-fi. Thank you!
$(document).ready(function() {
$('thingToTouch').event(function() {
$('thingToAffect').effect();
});
});
<div>
to change its opacity. Other times, you might interact with a separate element; for example, you might click on a button to resize a <div>
..click()
or.hover()
, you'll skip the second line in the above:$(document).ready(function() {
$('thingToAffect').effect();
});