Posts by Fábio Ferreira • 147 points
7 posts
-
0
votes1
answer52
viewsQ: Problem with . show()
Basically I have a jQuery code that should show the widgets on a certain page of my website (their property would be #left, #right) only it’s not working and I can’t figure out why. Here’s the code…
jqueryasked Fábio Ferreira 147 -
2
votes2
answers1680
viewsQ: Bookmark
I have a code for "add to favorites" <script type="text/javascript"> $(function() { $('#bookmarkme').click(function() { if (window.sidebar && window.sidebar.addPanel) { // Mozilla…
javascriptasked Fábio Ferreira 147 -
2
votes1
answer71
viewsQ: Image repeating
I implemented a code on my site, this is a retractable chatbox. It has two images, one of these is to open the chatbox and the other to close. However, when you open the chatbox, it gets two images…
jqueryasked Fábio Ferreira 147 -
-2
votes1
answer53
viewsQ: Slidebar does not work
Good afternoon! So I have a sliderbar on my page, only it’s not working and I’m not finding the error. Follow the code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"…
-
6
votes4
answers258
viewsQ: Doing level calculation and experience with Javascript
I’m trying to make a code that takes the value of the experience base (base) and subtract from the experience gained (bn), then the code returns how many levels it has risen (up) and the exp…
javascriptasked Fábio Ferreira 147 -
1
votes2
answers304
viewsQ: Floating chat on the page
Basically, I would like a floating chat on the page like this: The code for the chatbox is: <script style="width: 170px;height: 276px;" src="//st.chatango.com/js/gz/emb.js" async=""…
javascriptasked Fábio Ferreira 147 -
2
votes1
answer58
viewsQ: Javascript that replaces
I have a Javascript code that was supposed to replace the one marked below: The platform of this chatbox is FORUMEIROS and the code I’m using is as follows:: $(window).load(function() { var…
javascriptasked Fábio Ferreira 147