Evaluating bids

Implementar no meu Jquery uma paginação

Published on the October 18, 2021 in IT & Programming

About this project

Open

Tenho um JQuery que faz uma busca simples com alguns selects, no entanto, preciso implementar uma paginação. Neste cógido abaixo que faço minhas requisições de busca e preciso de paginação.

$(Function(){

    $('#frm_buscar_imoveis_rotemix').submit(function(event){
        event.preventDefault();
        var formDados = new FormData($(this)[0]);
        var formnegocio = document.forms.tar.negocio.value;
        var formcidade = document.forms.tar.cidade.value;
        var formtipo = document.forms.tar.tipo.value;
        var formvalores = document.forms.tar.valores.value;

        $.ajax({
            url:'resultado.php?negocio='+formnegocio+'&cidade='+formcidade+'&tipo='+formtipo+'&valores='+formvalores+'',
            type:'GET',
            data:formDados,
            cache:false,
            contentType:false,
            processData:false,
            beforeSend: function () {
        $("#resultado").html("<div class='cssload-spin-barra'><div class='cssload-spin-box'></div></div>");
        //$("#demo").fadeOut(0).html(result).fadeIn(500);
    },
            success:function (data)
    {$('#resultado').html(data);
            /* $('#envia_msg_copia_02').each (function(){
            this.reset();
          }); */
      },
            dataType:'html'
        });
        return false;
    });
});

Category IT & Programming
Subcategory Web development
What is the scope of the project? Small change or bug
Is this a project or a position? Project
I currently have Not applicable
Required availability As needed
Roles needed Developer

Delivery term: Not specified

Skills needed

Other projects posted by G. L. P.