Quote:
Originally Posted by voodazzed
Very cool. The IDS parameter makes sense to me because it is encompassing two different ids.
I guess I was confused to why 'info' wasn't used in the button function instead of 'this', but 'this' actually refers to the button element itself, which is then represented in the actual function as 'info' and that is how javascript knows which element to make the changes to in regards to the 'info' placeholder.
Am I correct in my deduction or at least close? 
|
Yep. You said what I was trying to say.