Question:Write the differences between load and get methods. 

Answer Both methods are similar expect for the fact that $(selector).load() is a method, which means it acts on a set of elements specified by a selector, On the other hand $.get() is global method that has an explicity defined callback function. 

+ Report
Total Preview: 933
Write the differences between load and get methods.
Copyright © 2024. Powered by Intellect Software Ltd