Posts by Miguel Carigo • 105 points
5 posts
-
3
votes1
answer3888
viewsQ: How to send Images via AJAX to php
Good afternoon, I’d like to ask for your help. I’m with a system where I need to send an image of a <input type="file>" for a PHP page via $.ajax() for in, I can upload this image to a…
-
1
votes0
answers185
viewsQ: Event '.on('click', Function(){});' triggers Multiple Times
Good Morning, I’m working on a page where there are several ul dynamic, that is to say with li being implemented in them via input and counted through several variables (one for each ul), and to…
-
4
votes1
answer146
viewsQ: Help with Javascript comparison operators
Good Afternoon, I am doing a job, of which I will have several forms with a minimum and maximum number and I want to create a check function and avoid inserting numbers out of the track by the…
-
0
votes0
answers41
viewsQ: CSS problems
I have the following function Jquery to change the font size during Screen Resizing. const textPattern = 0.0085; function resizeFont(widthWindow){ var calc_text = widthWindow * textPattern;…
-
2
votes4
answers2059
viewsQ: How to Verify the existence of an Id in a document via Jquery?
I am programming the system of my TCC and in it I am creating a site that contains two types of ID in the Div container of each page: fundo_index on the Index and fundo_base in other pages. I need…