Posts by Dtag • 316 points
14 posts
-
0
votes0
answers96
viewsQ: How to stop and restart a Jquery function that can be triggered by several elements?
Hello, I made a screen with a virtual keyboard, for a touch screen application. The client wants two inputs on the same screen and when the user selects an input, the keyboard must enter the values…
-
0
votes0
answers179
viewsQ: Mysql how to save a list of Ids in a column?
How do I save a list in a column in Mysql? I mean, what kind of Mysql variable should I use? I have a table in a Mysql database where I store some product information (size, Cód, etc.). One such…
-
-3
votes2
answers350
viewsQ: PHP - how to use placeholders for form validation messages
Hello, I am using placeholders to send error and successful form submission messages within the inputs themselves. Placeholders are gray. When the form is sent, if there is an error, the error msg…
-
6
votes1
answer834
viewsQ: Problem with clickable area of links in a diagonal layout
I have the following problem: I have a ul and in each li there is a link with display block and defined height and width. I called the three links from #a1, #a2 and #a3 (in fact, the styles are…
-
5
votes1
answer1048
viewsQ: Excel How to find the current cell address
I have a column on my chart where I place the arrival date of a product. I would like to create a conditional formatting (put the cell in red) when there were 15 days or less for the product to…
-
-2
votes3
answers812
viewsA: how to prevent multiple email submissions
I had searched a lot, but I couldn’t find the answer. I got it with this code: $("form").submit(function() { $(this).submit(function() { return false; }); return true; }…
-
1
votes3
answers812
viewsQ: how to prevent multiple email submissions
Currently, my form sends the same email several times if the user clicks more than once on Ubmit. How do I stop this? I tried with these two variations of Cód, but it didn’t work.…
-
0
votes2
answers2112
viewsA: Fixing Elements in the DIV
I think you just set widths for the elements inside #search with %. You have to put the code inside a CSS script, but it’s best to put it in a separate file. An example: <style…
-
1
votes3
answers248
viewsA: Display images from right to left
float:right in imgs does not solve? I managed to make it work in your Jfiddle img {float:right}
-
2
votes2
answers518
viewsQ: Jquery: Fadeout(), fadein() and Ajax calling do not work at the right time
Hello. I have this code in Jquery: $('#prods').fadeOut(300, function(event){ chamaM(id_m); }); $('#prods').fadeIn(300); ChamaM() is an AJAX function that makes a call to PHP code, displaying the…
-
1
votes3
answers4061
viewsA: Insert an empty row <tr> at each size range of an html table (With Javascript)
hum, and if then in js(jquery use) you do the test LOOP PRINCIPAL { while( $('table').height() < 500 ) { executa o codigo VB que deve conter um loop imprimindo cada linha da tabela } imprime a…
-
2
votes1
answer96
viewsQ: Jquery Event.target does not work on IE8
Hi. I have a problem with IE8. The code below works on Chrome and firefox, but not on IE. As soon as it reaches that first line, the IE error says "expected object". What I have is an img inside a…
-
0
votes3
answers1168
viewsQ: PHP as per path and filename in variables
Hello. I have a table that should show the name of the files and the date they were updated, but nothing appears. In HTML I have only <table><?php tabela("/arquivos/formularios/*.*");…
-
2
votes2
answers3265
views