Javascript

Topic: JS Window

What is other equivalent option of document.getElementById() when you are working with Ajax?

The other equivalent option of document.getElementById() is $get() ;.For example.var x =  $get('<%= upnlScoping.ClientID %>'); var y = document.getElementById('<%= upnlScoping.ClientID %>');

Browse random answers: