javascript [fbjs] in facebook pages/tabs -


i want tabbing functionality on facebook application (business) tabs

i have basic html , js [fbjs], doesn't seem work have no clue whats wrong.

<div id="foo">foo div</div>   <script><!--  function changetext(evt){       evt.target.style.display = "none"; }  var foo = document.getelementbyid('foo'); foo.addeventlistener('click',changetext); //--> </script> 

what missing?

it works me in chrome. browser using? sure page embedding code in doens't contain element id "foo"?


Comments

Popular posts from this blog

400 Bad Request on Apache/PHP AddHandler wrapper -

Add email recipient to all new Trac tickets -

php - Change action and image src url's with jQuery -