Questions tagged as 'jquery'

1
answer

getJSON query

I am trying to query aax using getJSON, but it does not return the value. What am I doing wrong? <!doctype html> <html> <head> <meta charset="utf-8"> <title></title> <script src="http://ajax.googleapis.co...
asked by 12.05.2015 / 01:12
1
answer

Check the radio button by clicking the div, but the div does not appear

I have a form with 3 options, 3 radio. If option 1 is checked, form1 appears, and so on. Each radio is inside a div, that is, if I click on the div, it checks the radius. My problem is, if I click on the radio ... the correspodent form...
asked by 12.05.2015 / 02:48
1
answer

Remove fixed bar from sidebar

I have the following code: JAVASCRIPT //fix lateral filter and gallery on scrolling $('.cd-filter-trigger').click(function () { (!window.requestAnimationFrame) ? fixGallery() : window.requestAnimationFrame(fixGallery); });...
asked by 11.05.2015 / 20:39
1
answer

Masquerade jQuery does not work on duplicate element - same class, same id

I'm using the jQuery-Mask-Plugin mask option and I use a field duplication code; however, when duplicating the element, the mask does not follow, that is, the new element (duplicate) does not bring the mask of the source element. Any idea h...
asked by 13.05.2015 / 16:12
1
answer

Cube calculation with jquery

I need to calculate the width * height * length * quantity. The script is calculating only the fields that initial, those that are added according to the need are not included in the calculation. The first calculation is for each line: #...
asked by 13.05.2015 / 22:48
1
answer

Get input value with jquery mobile

I'm trying to get the value of a input and a textarea with jquery mobile and add the values inside a div using append() only that it's not working? Can someone tell me where I'm wrong? The input and the t...
asked by 12.04.2015 / 01:10
1
answer

$ _FILES undefined index error how to solve [duplicate]

When uploading an image I get the error:    Notice: Undefined index: image in C: \ Apache24 \ htdocs \ change_photo.php on line 9       Notice: Undefined index: image in C: \ Apache24 \ htdocs \ change_photo.php on line 10 Call: <...
asked by 14.04.2015 / 04:25
1
answer

Doubt Insert Image with Jquery?

Friends, Following the examples posted, I made the adjustments: public ActionResult ThumbNail(int largura, int altura, string caminhofoto) { if (caminhofoto != "caminho" ) { WebImage webImagem = new W...
asked by 13.04.2015 / 21:36
1
answer

How do I play a song when I start playing an image?

How do I play a song when I start playing an image? javascript or php <script type="text/javascript"> rodarImagem( function adicionaClassERoda() { document.getElementById('pic').className = 'rodar'; }); </script>...
asked by 06.06.2015 / 20:21
1
answer

How to change the formatNoMatches in select2 4.0.0?

I'm using select2 4.0.0 and I'm having trouble changing the way the message that says I have not found results is shown. In the old version I used formatNoMatches to change the presentation, how is it done now? obs: I can not change thi...
asked by 24.03.2015 / 17:30