Software engineering facts, information, and skills from November, 2019
The hover is a Jquery Event Method. It occur when we click on an element. It executes two functions mouseover and mouseout. When we run over the selected item with the mouse pointer the hover()
method triggers both the mouseenter and mouseleave events.
The hide method is a Jquery Effects Method. It is used to hide selected element which is similar to the CSS property display:none. To show hidden elements, we use the show()
method.
The focus is a Jquery Event Method is used to focus on an element. The element get focused by mouse click or by "tab-navigating" to it. The focus method is often used in combination with the blur() method.
The clone is a Jquery HTML/CSS Method. It is used to make copies of element. We can also make copies of child nodes with texts and attributes with clone method.
The click() is an inbuilt method in jQuery that triggers the click event or attach a function to run when a click event occurs.
The change method is a Jquery Event Method. It is an inbuilt method occurs when the value of an input field has been changed (only works on <input>, <textarea> and <select> elements). The change() method triggers the change event, or attaches a function to run when a change event occurs.
The Blur is a Jquery Event Method. It occur when elements loses there focus. We can use blur with focus method. This event was commonly used only for elements of the form such as <input>
. It has been expanded to include all types of elements in recent browsers.
The attr() is a Jquery HTML/CSS Method. It is used to set or return attributes and values of the selected elements. When this method is used to return the attribute value, it returns the value of the FIRST matched element. When this method is used to set attribute values, it sets one or more attribute/value pairs for the set of matched elements. The parameters used in this method are attribute - Specifies the name of the attribute, value- Specifies the value of the attribute, function(index,currentvalue)- Specifies a function that returns the attribute value to set.
The :last-child
selector lets you select every element that is the last child of its parent, while the:last
selector selects only the last one from the element set.
We take the vision which comes from dreams and apply the magic of science and mathematics, adding the heritage of our profession and our knowledge to create a design.