Questions tagged as 'jquery'

1
answer

What web language is used in websites to make effects? [closed]

How do developers produce these sites with so many effects and all modernity? Are they specific languages? Frameworks ? Plugins ? Examples: link link     
asked by 15.12.2015 / 01:28
1
answer

Jquery and PHP validation does not work

Colleagues I have this form: <form method="post" name="form" id="formulario" action="javascript:func()"> <label>Razão social</label> <span class="color-red">*</span>...
asked by 18.03.2016 / 19:52
2
answers

Element selector: Select above the tenth element

I have a list of divs that are randomly populated on the screen. How do I select from the tenth element repeated upwards with jquery? <div class='img'><img src='imagem.jpg'></div> <div class='img'><img src='imagem.jp...
asked by 29.08.2018 / 19:52
1
answer

How to return the selected items in a multiple select with jQuery [closed]

I need to get the values of a $ ('select [multiple]'). val () separated by a comma. For example. HTML code: <select id="estado" multiple> <option selected>SP</option> <option selected>RJ</option> <option sel...
asked by 18.10.2018 / 18:50
1
answer

Difficulty in combining web languages [closed]

I'm a beginner in web programming and I'm confusing when it comes to blending code, I've been studying a lot but I still have a lot of doubts when combining all the codes, for now I use HTML, PHP, CSS, JavaScript, Jquery, Bootstrap and Ajax, let...
asked by 13.09.2015 / 02:42
1
answer

How do I pass parameter by onclick?

How do I pass this parameter that is within the line by parameter in onclick?     
asked by 16.02.2018 / 07:19
2
answers

Capturing table elements with jquery

How can I do to grab the elements of a table that is being populated dynamically with jQuery? I want it when the clicked pain is marked only 1 row of the table. I just managed to check them all. Here when I click on the table it shows a butto...
asked by 26.09.2015 / 20:57
1
answer

Preloading a folder with images [closed]

Is there any way to preload a folder with images instead of preloading image by image with javascript? Well I will have a folder with several images that will be played by a database.     
asked by 29.03.2016 / 18:55
1
answer

Put a pager in jSON

A friend helped with the code, but I need to get it to display 5 results per page and have a < >. var operacao = "selectOcorrencias"; var condominioID = "2"; $.getJSON("http://url.com.br/appOperacoes.php", { operacao: operacao, con...
asked by 21.12.2015 / 19:23
1
answer

How to keep menu at the top (css) [duplicate]

Hello I have a blogger I would like to know How to keep the menu on the blog at the top?     
asked by 25.03.2016 / 16:47