prototype to jquery, help please

Posted by Patrique on Stack Overflow See other posts from Stack Overflow or by Patrique
Published on 2010-06-07T11:31:04Z Indexed on 2010/06/07 12:02 UTC
Read the original article Hit count: 131

Hello,

I would ask for any user who knows how to program in jquery and prototype of a help to me in the following code in this prototype.

function showPanelAds(){
    $('ads').style.visibility="visible"
}

and

function blog(id){
    var ActionAjax = new Ajax.Updater(
    {success:'blogphere'},
    '/inc/assistidos.asp',
    {
    method:'get',
    parameters:'queryname='+id,
    onFailure:function(){
    $('blogphere').innerHTML="error...<br/><a href=\"javascript:blog('"+id+"')\">Tente novamente</a>";
        }
    });
}

thank you from anyone who can help me.

thank you.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about conversion