Quantcast
Channel: Ajax Jquery and php: How to control feedback? - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Rohan Kumar for Ajax Jquery and php: How to control feedback?

Try this to remove the numbers like, complete:function(data){ data=data.replace(/\d+/,''); // Regular expression without quotation marks. // or you can replace the something text like //...

View Article



Answer by ntgCleaner for Ajax Jquery and php: How to control feedback?

Data is returned as basically just a string the way you say you are doing it "receive it as 'html'" You should be able to use simple javascript to control it right out of the gate, for example the way...

View Article

Ajax Jquery and php: How to control feedback?

Let's suppose you're sending data through ajax. The server will process it (PHP) and sends a feedback that you can grab using Complete: function(data) { //WRITE HTML TO DIV $('#somehing').html(data) }...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images