Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

166
Views
¿alguna ayuda en este código php con conversión de zepto a jquery?

¿Puede alguien ayudarme a convertir este código de zepto a jquery?

 $.ajax({ url: form.attr('action'), type: "POST", data: data, success: function(data, textStatus, jqXHR) { if (data.notification) { document.title = data.notification; var notification = $('<div class="alert lead success"><div class="container"><i class="bi bi-check-lg"></i> ' + data.notification + '</div></div>'); notificationWrapper.append(notification); setTimeout(function() { notification.animate({ opacity: 0 }, 600, "ease-out", function() { $(this).remove(); }); }, 3000); } else if (data.errors) { for(index in data.errors) { var error = data.errors[index]; var notification = $('<div class="alert lead error"><div class="container"><i class="bi bi-exclamation-lg"></i> ' + error + '</div></div>'); notificationWrapper.append(notification); setTimeout(function() { notification.animate({ opacity: 0 }, 600, "ease-out", function() { $(this).remove(); }); }, 3000); }; } if (data.redirect && data.redirect != window.location.href) { setTimeout(function() { window.location.href = data.redirect; }, 1000); } else { setTimeout(function() { document.title = title; }, 3000); } submit.prop('disabled', false).html(submitText).removeAttr('style'); }, error: function(jqXHR, textStatus, errorThrown) { var notification = $('<p class="error"> Error </p>'); notificationWrapper.append(notification); setTimeout(function() { notification.animate({ opacity: 0 }, 600, fadeOut(3000) { $(this).remove(); }); document.title = title; }, 3000); submit.prop('disabled', false).html(submitText).removeAttr('style'); } });

En Jquery tengo este error:

TypeError no detectado: S.easing[this.easing] no es una función jquery.min.js:2

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!