[TYPO3-german] Atomzeit

Christian Hackl hackl.chris at googlemail.com
Tue May 23 17:53:30 CEST 2017


Ajax? Bei jQuery in etwa grob z. B. so:

var meinFlyout = $("div");
meinFlyout.on("click touchend", function() {
if(meinFlyout.hasClass("active")) {
$.post('api/index.php', tmpData, function(returnedData) {




das andere also Tab aktiv oder nicht:
https://stackoverflow.com/questions/1760250/how-to-tell-if-browser-tab-is-active/8895102


More information about the TYPO3-german mailing list