I have many labels with tooltip value.
label class="btn btn-default" data-placement="top" data-toggle="tooltip" data-original-title="Some title">XYZ </label>
If the label is active then property looks like this.
'<label class="btn btn-default active" data-placement="top" data-toggle="tooltip" data-original-title="Some title">XYZ </label>'
Now I want to assign the tooltip value of the active label to variable using jquery. Thanks in advance.