Posts by Vinicius • 91 points
4 posts
-
0
votes1
answer19
viewsQ: Set a Material Design Lite select value
I am trying to enter some data in the select of my form, I am using mdl-select The problem is I’m trying to enter a value but it just doesn’t work. I would like the value searched in the database to…
material-designasked Vinicius 91 -
-2
votes1
answer381
viewsQ: Memory game with tag div
I would like only the current div to change. I would like to randomize the Ivs. How to precede? $(document).ready(function() { $('.cores').click(function() { $('#1').css("background","red"); });…
-
2
votes1
answer325
viewsQ: php script without permission in root document
I would like to create a log with information from visitors to the page, but the script is not writable. How to proceed? PHP Warning: fopen(log.txt): failed to open stream: Permiss xc3 xa3o denied…
-
5
votes1
answer174
viewsQ: Scraping with python
How to capture one or more phrases from a website with Python and/or regular expressions? I want everything that starts with <p>“ e acabe com ”</p> Example:…