skip to Main Content

Get div attribute value in input value and change in source – Jquery

I need show my newprice="" in input value, and in source. $(".uzmi").on("click", function(e) { $("inid").val($(this).attr('newprice')); }); <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <div data-value="VALUE 1" class="uzmi product-variation-colors__item helmet-variations" id=" " codeproduct=" " newprice="6043" variation_id="1407" change_img(0) "> Div 1</div> <div data-value="VALUE 1 " class="uzmi product-variation-colors__item…

VIEW QUESTION

The method 'FocusTrapArea' isn't defined for the class '_PinputState? – Flutter

I have tried repairing the cache using flutter pub cache repairand also cleaned the project cache using flutter clean.It still doesn't work. /C:/Users/Phili/AppData/Local/Pub/Cache/hosted/pub.dev/pinput-2.2.20/lib/src/pinput_state.dart:339:14: Error: The method 'FocusTrapArea' isn't defined for the class '_PinputState'. '_PinputState' is from 'package:pinput/src/pinput.dart' ('/C:/Users/Phili/AppData/Local/Pub/Cache/hosted/pub.dev/pinput-2.2.20/lib/src/pinput.dart'). Try correcting…

VIEW QUESTION
Back To Top
Search