Answer the question
In order to leave comments, you need to log in
What is the quote slider (rotator) from the example implemented on?
Good!
Please tell me what the quote slider is implemented on (a rotator that updates the quote when updating / moving to another page or by clicking like on the tproger ru website), thank you very much in advance!
Answer the question
In order to leave comments, you need to log in
Js or jquery sends an ajax request to the server, specifically for tproger ru the request flies here (even without crfs tokena, good people):
https://tproger.ru/wp-content/plugins/citation-wid...
as you can see, the server returns random quote as text Js or jquery updates the desired block
$('.someBtn').on('click',function(){
$('#myTextWrap').load('https://tproger.ru/wp-content/plugins/citation-widget/getQuotes.php?_=1512410356815');
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question