Javascript/jquery Textbox Values Calculations
I was trying to make a simple computation out of these textboxes. This is my code so far: @foreach (var discount in Model.Discounts) {
Put the additional class name into element(example).
class="unique_class_name shared_class_name"
After all, loop to each class(shared_class_name), to get the value like following code :
$('.shared_class_name').on('blur', function ()....
You may like these posts
Post a Comment for "Javascript/jquery Textbox Values Calculations"