Can someone explain the usage of the dollar sign here..
var updateProgressDiv = $get('updateProgressDiv');
scroll down to the functions.. http://mattberseth.com/blog/2007/05/ajaxnet_example_using_an_updat.html
It's merely part of the function name -- $ is allowed in JavaScript identifiers, so ($get) is the full function name.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With