Hi Forum, hi folks,
I have installed Voxel and everything works great for me. I wrote some small functions and now my client wants to have an auto triggered link. I thought I could solve it with the following code (It needs to be delayed for about 2,5 - 3 seconds)
<script type="text/javascript">
$(document).ready(function(){
$('#black_link').wait().trigger({'click'},2500);
});
</script>
But is doesn't work.
Without the ".wait" it works and the link gets triggered (but immediatelay). What is wrong in my code?
I would be very thankful for any suggestion how I will need to change this.
Thanks ahead to everyone who will reply!
Peter