Jump to content
  • 0

Сравнение текста input с заданным значением


TYMON
 Share

Question

Здравствуйте. Подскажите пожалуйста как можно реализовать проверку значения у input с другой переменной php при отправке формы? Например, чтобы в случае если value больше переменной php, он или показывал alert, или просто подсвечивал input, и естественно не отправлял данные а оставался на этой же странице. Событие keyup не подойдет, так как данные могут вбиваться в ручную, или с помощью нарисованных кнопок + и - (инкремент, декримент).


Переменная php:

<?php echo sprintQtyInStock($product->qty_in_stock); }?>

Вывод input:

<form id="item<?php echo $product->product_id; ?>" name="product" method="post" action="<?php print $product->buy_link?>" enctype="multipart/form-data" autocomplete="off" style="margin: 0 0 0px;">
 <a href="#" class="buy button" style="float:right; margin-left:2px; margin-top:15px" onclick="document.getElementById('item<?php echo $product->product_id; ?>').submit(); return false;jQuery('#to').val('cart');"> <i class="fa fa-cart-plus fa-lg" aria-hidden="true" ></i></a>
<input type="text" name="quantity" id="quantity" on-keyup="reloadPrices();" class="inputbox" value="1" style="width:30px;float:right;margin-top:1px" maxlength="3"/>
</form>

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy