Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8048561
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T06:29:04+00:00 2026-06-05T06:29:04+00:00

I have this code in my ajax: $.ajax({ url : <?php echo site_url(‘user/add’); ?>,

  • 0

I have this code in my ajax:

    $.ajax({    
url : "<?php echo site_url('user/add'); ?>",
                            type : 'POST',
                            data : form_data,
                            success : function(msg) {
                                $('#bid-form-part').html(msg).effect("pulsate", { times:3 }, 2000);
                                }
                        });

It shows the html I have send via ajax. thats fine, but the effect pulsate is not working at all 😉

Any suggestion what am I doing wrong?

I want that the new content blink once or a few times, but he code must be wrong or something.

Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T06:29:06+00:00Added an answer on June 5, 2026 at 6:29 am

    According to Jquery API, there isn’t a function called effect, try replacing it with a few fade outs and fade ins to see if they work instead?

    e.g.

     $('#bid-form-part').html(msg).fadeOut(200).fadeIn(200).fadeOut(200).fadeIn(200).fadeOut(200).fadeIn(200);
    

    its a bit long winded, but it allows you to see if it is going to work!

    I would have used a comment, but apparently my rep isn’t high enough 😀

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this code that works well: {livre:empty_name} $.ajax({ url: sent.php, type: post, dataType:
In my document I have this script: $.ajax({ type:POST,url:ajax.php,data:data, success: function() { //onsuccess },
I have this script: $.ajax({ url: 'submit_to_db.php', type: 'POST', data: 'name=' + name +
I have this code: $('#checkout').click(function() { $.ajax({ type: 'GET', url: 'index.php?route=payment/quatro/confirm', success: function() {
here is my JS code: $.ajax({ url: 'login.php', type: 'POST', data: { loginName: $(#loginName).val(),
I have this code right here: $('#add_club_button').click(function(){ $('#add_club_button_ajax').show(); $.post('<?php echo base_url()?>addClub/save',$('#add_club_form').serialize(),function(data){ if(data == 'OK'){
If I have this code: <div class=lists> <a href=#new_list>New list</a> </div> AND $.ajax({ url:
I have this code, $('.editLayout #changeLayout').click(function() { $('html').height($(document).height()); $('#fluidWrap').hide('scale'); $.ajax({ data: { mainLayout: true
I have function: function get_playlist(){ var result = jQuery.ajax({ url: '<?php echo admin_url('admin-ajax.php'); ?>',
i have this code on the server side: <?php header('Content-Type: text/html; charset=utf-8'); require ../general.variables.php;

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.