Posts by blackbird312 • 417 points
17 posts
-
2
votes1
answer683
viewsQ: Convert RGB to Hexadecimal with Javascript
I have to convert rgb value to Hex when moving inputs(range), but when I move nothing happens, the hexadecimal color should appear below also as the color is changed above. The color is loaded only…
javascriptasked blackbird312 417 -
1
votes1
answer31
viewsQ: Check List marks and deletes only existing items
I have a check-list done in js, where the user type the task and it appears in the list. But I can only mark as "task completed" or "delete task" existing tasks, that is, when I include a task I can…
javascriptasked blackbird312 417 -
0
votes1
answer457
viewsQ: I can’t access website hosted on github
I named my repository as fingerstylebrasil.github.io but when access it appears that the page does not exist, I looked in the repository settings and another address appears, this one:…
githubasked blackbird312 417 -
1
votes1
answer301
viewsQ: Countdown jquery plugin effects
I implemented the jQuery.Countdown plugin on a page, I would like to give a pagination effect when the numbers change. Same as the one on plugin home page Does anyone have any idea how to do ?…
jqueryasked blackbird312 417 -
0
votes0
answers463
viewsQ: Homepage wordpress site does not appear in the list of pages
I’m using a wordpress theme but when access all pages, only the page appears about, a home(home page), does not appear in the list. someone knows how to fix this?…
wordpressasked blackbird312 417 -
0
votes1
answer994
viewsQ: Error when installing theme in Wordpress
To using wordpress locally with Easyphp, when I try to install a theme, plugin or update is displayed the following error message: Download failed. No Working Transports found
wordpressasked blackbird312 417 -
3
votes1
answer4237
viewsQ: Align images side by side grid bootstrap
I want to align elements on the grid, but they stay on top of each other when I place. I tried to use float: left, at first it works, but when the screen gets small everything gets messy, the images…
twitter-bootstrapasked blackbird312 417 -
0
votes1
answer178
viewsQ: Jquery plugin does not work on github pages
Guys I put a Jquery plugin called nice scroll for the page to scroll slowly, but when I open the page on github pages it doesn’t work, the rest of the script and css are all working except them,…
-
3
votes1
answer258
viewsQ: Check Old Jquery’s Winning Game
I created a function to check lines on the horizon, vertical and diagonal, to see which is the winner, but when I call the function it shows winner right at the first click. Can someone help me what…
jqueryasked blackbird312 417 -
2
votes3
answers326
viewsQ: Script to change player (old Jquery game)
I’m trying to get the tic-tac-toe to change the player who has the turn, I was able to change it from 'X' to 'O', but when I try to get back to 'X' and so on, it won’t. Follow the code I made so…
jqueryasked blackbird312 417 -
3
votes2
answers609
viewsQ: Randomly position div when loading page
I’m trying to get a div is randomly positioned when loading a page. I thought the following, make the margin-top and margin-left of div were random when loading the page, when clicking again showed…
jqueryasked blackbird312 417 -
1
votes2
answers94
viewsQ: How to delimit the area of the ". Animate()" of jQuery?
I would like to move the doll and it just stay inside the div, when I hit the line that bounds the square, it would stop and I couldn’t go beyond. $(document).ready(function(){…
-
3
votes1
answer51
viewsQ: Jquery keyboard event does not respond
I made this script to move a div by pressing the arrow keys on the keyboard. The right and down key are working perfectly, however, the top and left are not, the code ta the same as the others.…
-
6
votes1
answer68
viewsQ: Animation div with Jquery does not recognize keys
<!DOCTYPE html> <html lang="pt"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport"…
-
2
votes1
answer59
viewsQ: Is it wrong to use the position attribute to position elements instead of the float?
Is it wrong to use the position attribute to position elements on the page instead of the float ? If so, why ?
-
2
votes2
answers70
viewsQ: I can’t place a list
Guys I’m not getting to position the list with id Sub1 using css, the other is positioning normal. I’m not getting to know why, someone can help me? Follow the code: <html> <head>…
cssasked blackbird312 417 -
0
votes2
answers157
viewsQ: Javascript validation calculator (I can’t find the error)
Calculator <style type="text/css"> #div1{ text-align:center; border:1px solid black; width:20%; height:200px; position:absolute; left:40%; } #campo1,#campo2{ width:40px; margin:5px; }…
javascriptasked blackbird312 417