Posts by André Giuly • 1 point
2 posts
-
0
votes1
answer155
viewsA: Add and edit AJAX element
I’ve solved this question... I put all my JS inside: $(document).bind('ready ajaxComplete', function(){ //TodoJSdesteFicheiro }); As the element is added after the AJAX run and the Edit and Delete…
-
-2
votes1
answer155
viewsQ: Add and edit AJAX element
Good, I want to edit a trafter creating it and acquired by AJAX. When I click on create 'Tag': $('#confirmCreateBrand').click(function(){ brand = $('#createbrand_name').val(); advertiser =…