script type="text/javascript">

        $(document).ready(function(){

        function force(){
        doStuffHere...}

        $('#joda').click(function () {
        $('img').show();
        setInterval('force()',500);
        });



});
</script>

if I click #joda I got the Error: force is not defined.

hmmm.
I have some basic misunderstanding here...

THX in advance!

cheers
tlz

Reply via email to