Sanket
Sanket
```javascript $('#name-title-home-page-text').empty(); $('#name-title-home-page-text').append("TEXT"); $('#name-title-home-page-text').funnyText({ speed: 400, borderColor: 'white', activeColor: 'white', color: 'white', fontSize: '4em', direction: 'both' }); ``` You can empty the div and the append text again and start...
+1 Would like to know the reason. I have a similar problem where the tasks are ran multiple times. Does it depend on number of workers of Django ? I...