Posts by Daniel • 11 points
3 posts
-
1
votes1
answer72
viewsQ: update does not work after ajax request
good personal evening I am creating a system and in it I make a dynamic request with ajax to fetch names of customers I have a link that opens a modal with the information to give update ,as when I…
-
-1
votes1
answer22
viewsA: ajax contact form conflict
$(document).ready(function () { var $form1 = $('#mc-embedded-subscribe-form') if ($form1.length > 0) { $('#mc-embedded-subscribe-form input[type="submit"]').bind('click', function (event) { if…
-
-2
votes1
answer22
viewsQ: ajax contact form conflict
Personal I am with a problem I have two contact fomularios in ajax and the one this giving conflict I know the error this in this line $('form input[type="submit"]').bind('click', function (event) {…