disable ajax

disable ajax

you can disable ajax using pagechange something like this:

                     function comentario(val){
                        $.mobile.changePage("comentario.php", {
                        type: "post",
                        data: {
                            value: val
                        },
                        transition: "turn",
                        reverse: true
                        });
                     }
<a href='javascript:comentario(2)' data-ajax='false'>comentario</a>













not working.