<script>
$(document).ready(function(){
$(document).on('change','.color-select',function(){// whats happens when color select change// define variable color = calling the main div element then find input text with classname number-input , and give it the same value of selectbox called color-selectvar color = $(this).closest(".buttons-fields").find('input.number-input').val($(this).val());});//#############################################################// ################## Mathmatic operation #############################
$(document).on('change','.count1',function(){//whats happend when count1 element value changevar total = $(this).closest(".buttons-fields").find('input.total').val((color * $('.number-input').val()));});});
السؤال
محمد المصري12
سلام عليكم
صورة توضيحية للمشكلة
و ايضا فيديو توضيحي
2021-07-23_22-55-07.mp4
الكود
كيف اضبط العملية الحسابية ؟
2 أجوبة على هذا السؤال
Recommended Posts
انضم إلى النقاش
يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.