Posts by Fábio Monteiro • 45 points
8 posts
-
0
votes1
answer582
viewsQ: Applying Jquery mask in value and not input
Hello, I have the following phone and mobile values respectively: Telephone: 1111111111 Cellular: 11111111111 I already have the value in the database, I would like to present these values formatted…
-
2
votes2
answers145
viewsQ: Recovering string JSON value
I have an app PHP that returns me a string Json: $cep = $_POST['cep']; $token = ''; $url = 'http://www.cepaberto.com/api/v2/ceps.json?cep=' . $cep; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,…
-
1
votes1
answer159
viewsQ: Problem with Mysql Text field
I am having a hard time storing a simple text field in my BD. I have the following textarea: <textarea class="txtarea" rows="4" cols="50" name="Text" id="txt_area_post" value=""…
mysqlasked Fábio Monteiro 45 -
0
votes1
answer31
viewsQ: Bring data like the facebook wall
I am implementing a feature to bring data like the facebook post wall, apparently it is nothing very difficult, however, I have a question and I would like to know if someone has a solution or…
-
0
votes1
answer61
viewsQ: How to dynamically generate and access div’s
I’m trying to put together an image preview, but I need each one to be independent, I’m facing a problem that I can’t solve. I need to access id’s dynamically with Jquery, someone can give a light?…
-
0
votes1
answer89
viewsQ: Problem to remove an img tag inside the array by image id
I’m doing an image preview with image removal. In case I need to remove the selected element from within the array using the id of the img tag. I can already take the id to the function that will be…
-
0
votes1
answer372
viewsQ: Take Image Separately with Jquery
I have a problem that I think for you will be very simple to solve. I’ve set up an image preview and I need to remove each image separately, but I’m not getting it, I’m trying to get the id. The…
-
0
votes2
answers236
viewsQ: problem with click event reference inside a div
I’m having a reference problem in the click event, I don’t know what is avoiding the functionality of the jquery click function, here’s my code below for analysis: div =…