Questions tagged as 'javascript'

1
answer

Change path path with grunt

I have a problem with my application. It will be all angular, but I need to know how I can change the path of my javascript according to my environment. Example: If I'm developing in the dev environment it will use style.css ,...
asked by 26.02.2015 / 20:37
1
answer

noClonflict () jQuery - Does not work anymore

Hello, I was using jQuery's noClonflict () to have no conflict with the site link Initially it worked, but after a few days is giving trouble again. It is conflicting with the lojaintegrada classes. I was not able to get rid of the clonb...
asked by 15.05.2015 / 16:10
1
answer

Get return XMLHttpRequest send

Good afternoon, I'm using the following code to upload images: function uploadImage($form){ $form.find('.progress-bar') .removeClass('progress-bar-success') .removeClass('progress-bar-danger'); var formda...
asked by 15.05.2015 / 20:20
1
answer

Passing data in javascript

Next, how can I do to pass data between two files with javascript? Example: File1: <script> var dado = 'dado'; </script> File2: <script> alert (dado); </script>     
asked by 11.05.2015 / 23:28
3
answers

How to search for words with javascript?

Hi. I need to get the responseTxt I got from a page and look for elements in it. The elements I need to display are those coming from a tag called "name name". Example: In the file there are some lines of type: string(numero) = "nodo=""n...
asked by 24.03.2015 / 05:07
2
answers

Dynamic data display with PHP

I'm developing a website, where I have several products, for example and a button for each of them. When I click the button, it opens a modal (Bootstrap). But, I want to generate the contents of this modal, or the entire modal even dynamic...
asked by 26.03.2015 / 03:52
1
answer

Insert link in FancyBox popup image

How to insert a link in the image that pops up in fancybox after the click? HTML code snippet: <li> <a class="fancybox" rel="group" href="imagem_grande.jpg" title="nome_produto"> <img src="imagem_pequena.jpg" alt="Imag...
asked by 23.03.2015 / 17:44
3
answers

List json object returned by php

I need a help, I'm developing an app with HMTL5, JS, CSS that lists a pizza menu. My PHP returns an array that I use json_encode() to make it available in JSON format. So far everything then I have the following <div> : <...
asked by 19.05.2015 / 01:51
1
answer

Carousel with touch screen interaction

I have a carousel that navigates through the right / left arrows. In mobile, the user must be able to "drag" the carousel, without using the arrows to navigate. I'm using the bootstrap's own carousel. Do I need a framework to get the desired...
asked by 25.05.2015 / 18:54
1
answer

Code to manipulate video components

I have a problem in my code that handles my video with mute and the volume but it is not working follow my code: <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Nova Era...
asked by 20.05.2015 / 21:14