I want to ask mean of plus operator in this script +i+ in the follow:
i=0;
// next line in scripts write this code :
$('.container[data-id='+i+']').hide(); // +i+ what the meaning of it
Need Help thanks a TON
|
I want to ask mean of plus operator in this script +i+ in the follow:
Need Help thanks a TON |
|||||||
|
|
In this case, it is used to concatenate the value of Assuming that i is storing some value eg 0, then this will be evaluated to
|
|||||||||
|
|
This will concatenate the value in the variable |
|||
|
|
it is used for adding values also
|
|||
|
|
|
The |
|||
|
|