I'm so confused that there really is $ find from Microsoft Ajax. Does it just return the control in the same way as the $ operator from jquery or javascript of its own getElementById?
If i do
$find('someControlId')
I will get the same object from jquery
$('#someControlId')
or javascript
getElementById('someControlId')
The reason I'm asking is because when I use $ find on the ClientId of some Telerik controls, the returned object seems to be of type.
So, is this just another example of how the wheel is reinvented or is it actually doing something else?
source share