Man, it's fucking amazing! I'm using Flask, but JS is better to HTML, thanks man!
@joaosaidel7503 Жыл бұрын
Dynamic modal: <script type="text/javascript"> $(document).ready(function () { $(document).on('click', '.delete', function () { var link = $(this); // Elemento <a> clicado var row = link.closest('tr'); // Linha relacionada ao <a> clicado var id = row.find('#pessoa-id').text(); var nome = row.find('#pessoa-nome').text(); var idade = row.find('#pessoa-idade').text(); var data = row.find('#pessoa-data').text(); $('#deleteModal').modal('show'); $('#idInput').val(id); $('#nomeInput').val(nome); $('#idade').val(idade); $('#data').val(data); }); });
@chadvideos7639 Жыл бұрын
the data is not changing
@Kaka-zo3cf Жыл бұрын
ពូញុមស្កានអត់ឡើងទេ
@chievmanin Жыл бұрын
ម៉ាកអ្វីប្អូន?
@Kaka-zo3cf Жыл бұрын
@@chievmanin Samsung ដែល
@meleseayichlie5645 Жыл бұрын
be dynamic
@a35ankityadav42 Жыл бұрын
sourcecode?
@rathaem71152 жыл бұрын
ធ្វើម៉េចទើបអាចដោនឡូតបទចំរៀងយកមកធ្វើringtuneបានបង?
@chievmanin2 жыл бұрын
copy link ពីយូធូប មកដាក់ក្នុង website នេះ bit.ly/3VcwKGV រូចធ្វើការដោនឡូត
@floydedwardkong17622 жыл бұрын
Replace the $('#firstname').text(); with $(this).closest('tr').find('#firstname').text(); and the other fields too, it will have a dynamic modal.
Its fine, but you have a big error in your code, this is not dynamic because you are getting all time the same value. Thats because your selector of the cur its all time the same id, you need to change that to $(this).closest("parent-element").find("element-with-value).text() Ifyou put this code will output the cur value, not the first with all modals.
But are you aware that everytime you click "edit" it selects the first option only? Not the actual row you selected?
@chievmanin3 жыл бұрын
Glad it helped!
@ah-rasel3 жыл бұрын
@@ri17ch can you please help me to create a dynamic modal? my modal is also having the first record only. It would be great if you could please share the source code. Thank you.
@@PhathDs អាចទាក់ទងខាង Mirror Media តាម ហ្វេសបុក។គេមានបង្ហាត់
@thedayzombies5 жыл бұрын
វីដេអូល្អណាស់ប្រូ
@chievmanin5 жыл бұрын
Hi all, In this video, We will select and change colors in Photoshop. If you have any questions or want to recommend me please feel free to comment below. Thanks.