Shorty1968
Erfahrenes Mitglied
Hallo ich habe einen Javascript code bei dem müsste ich die id in class ändern,weiss aber leider nicht wie?
Kann mir das bitte jemand erklären wie und wo ich dafür was ändern muss?
Code:
{if !$this->user->pmOutstandingNotifications}
<script type="text/javascript">
//<![CDATA[
new Ajax.PeriodicalUpdater('pmLiveUpdateFrame', 'index.php?page=PMLiveUpdate' + SID_ARG_2ND, {
method: 'get', frequency: {PM_LIVE_UPDATE_PERIODE}, decay: 2
});
//]]>
</script>
{/if}
<div id="pmLiveUpdateFrame"></div>