Skip to main content

Posts

Showing posts from November, 2018

Lab 11

Hello everyone! This is lab 11 and for this lab, we simply needed to program a catch to change content utilizing jQuery AJAX. I basically did this by utilizing a document. ready work, which just implies that when the website page stacks, the capacity is prepared without running some other capacities. At that point I simply utilized .snap to fill an indistinguishable need from an onClick() in the catch. From that point forward, I utilized .load to put this archive you are right now perusing instead of "Let jQuery AJAX Change This Content". In general, this lab was genuinely basic as it took me around 5 lines of content. I will utilize this later on as we will have more jQuery assignments.

Lab 10

Hello, everyone! This is lab 10 and for this lab, we needed to accomplish something fundamentally the same as the past task. We needed to make the side tab on the privileged side(red square) work. To do this, I simply connected the majority of the .js documents to the HTML and it settled everything. Generally speaking, this lab was simple as all it took was only 4 content labels to finish. I will utilize these aptitudes in future investigating assignments.

Lab 9

Hello everyone! Lab 9. For this lab, we were given the errand of making a merry go round with the given stories. Initially, I connected the merry go round js records to the HTML report. At that point, I opened up the primary js and continued to start a capacity. This capacity comprised of making a "next" and "past" catch and making a slideshow with a clock. To make the catches look the manner in which they are, I basically connected theme.css document to my HTML. By and large, this lab was to some degree testing as I initially didn't realize what to do. I will utilize these abilities in future jquery assignments.

Lab 8

 Lab 8 was intended for investigating the practice. We were given a full site page aside from with one blunder, the statement doesn't change when the client invigorates the page(red square). I just settled this by making a mammoth exhibit with the majority of the statements that the individual might want, making an arbitrary number picker, at that point a capacity that changed the substance by utilizing document.getElementById. Generally speaking, this lab was simple and took me under 10 minutes to finish. This lab was valuable as it shown me how to use exhibits an arbitrary number of generators. I will utilize these abilities in future assignments.

Lab 7

Hello, everyone! In this lab, we had to make an accordion using jQuery, so there is hidden content. The directions we were given is to have 10 questions based on our favorite subject and when the user hover over the question, it reveals the answer. This sounds complicated to code, but its actually simple. jQuery UI gives the people the ability to make an accordion with one line of code instead of above 4. So in order for the accordion to work, we first had to link the js file to the document first. When finishing with that, we had to make a layout in order for the accordion to be made. So first we have to make a div, then wrap another div inside, where the answer would be put in. This would need to be repeated for 10 times. Once that was done, then you would do the .accordion function. This lab has taught me the power of using jQuery libraries and the benefit of implementing them on my websites. This lab would help me develop as a web designer because in order to have a good website...

Lab 6

Hello everyone! This lab was fairly simple.  For this lab, we basically needed to duplicate whatever we had for Lab 5, however, make the movements take a couple of decades to finish and we needed to include 3 new catches. These 3 catches let you quickly complete the movement, stop, and complete the entire capacity. For every one of the 3 of these directions, I utilized .stop. For quickly completing the activity, I utilized .stop(true, genuine). For solidifying the movement, I utilized .stop(true, false). For completing the entire capacity, I utilized .stop(false, genuine). Generally speaking, this lab was simple as we basically duplicated Lab 5 and included 3 extremely direct capacities. These attitudes will be utilized in future jQuery assignments.

lab5

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....