Hello everyone!
For this lab, we needed to make a shape and control it utilizing jQuery in 5 different ways. We needed to move it, change its haziness, transform it into a circle, change its size, and one of our decision. Every one of these 5 different ways required a somewhat unique jQuery order. To move it, I utilized .animate. This line basic moves the picked substance your picked way with a picked measure of pixels. To change its darkness, I utilized .animateat that point .animate to change the substance's obscurity to 0 then 1 to influence it to return. To transform it into a circle, I utilized .animate to round the edges at that point .animate({borderRadius: "0%"} to transform it once again into a square. To change its size, I utilized .animate. This fair changes the picked substance's stature and width to a coveted sum. For my preferred jQuery direction, I chose to make sense of how to supplant my preferred substance with a picture. To do this I utilized .css. This progressions the CSS of the substance to now have a picked foundation picture. By and large, this lab was somewhat testing as I didn't completely comprehend jQuery at the time. I will utilize these abilities later on as we will have numerous more assignments with respect to jQuery. I also added a few other extra buttons for extra credit
For this lab, we needed to make a shape and control it utilizing jQuery in 5 different ways. We needed to move it, change its haziness, transform it into a circle, change its size, and one of our decision. Every one of these 5 different ways required a somewhat unique jQuery order. To move it, I utilized .animate. This line basic moves the picked substance your picked way with a picked measure of pixels. To change its darkness, I utilized .animateat that point .animate to change the substance's obscurity to 0 then 1 to influence it to return. To transform it into a circle, I utilized .animate to round the edges at that point .animate({borderRadius: "0%"} to transform it once again into a square. To change its size, I utilized .animate. This fair changes the picked substance's stature and width to a coveted sum. For my preferred jQuery direction, I chose to make sense of how to supplant my preferred substance with a picture. To do this I utilized .css. This progressions the CSS of the substance to now have a picked foundation picture. By and large, this lab was somewhat testing as I didn't completely comprehend jQuery at the time. I will utilize these abilities later on as we will have numerous more assignments with respect to jQuery. I also added a few other extra buttons for extra credit

Comments
Post a Comment