Questions tagged as 'jquery'

0
answers

Overlapping links above the fixed mask

I have to make an effect where the user enters and clicks the link to turn on the light and when they turn off the light . The only problem for now is that the mask is on the screen normally but the links to click and turn the light on and of...
asked by 17.05.2016 / 03:20
2
answers

Start function and execute function again by clicking the button

When the page loads fully it starts a function, I would like that when clicking a button that same function would initialize again passing a text as Query String . I have the code: $(document).ready(function() { function initMapplic...
asked by 04.08.2016 / 16:23
1
answer

APP works on XDK debug but does not work on smartphone

Hello I'm new to mobile development. I'm writing an app that should consume a webservice in PHP and from Json this webservice will return a popular listview. Simple thing. The webservice is working and has the following return: [{"id_uf...
asked by 12.05.2016 / 02:59
1
answer

Arrow to move to the right of the page does not stop at the end

Good afternoon, I need a help because I built a horizontal page that besides the scroll of the mouse it also uses the arrows on the side for the movement, but the more you press the arrows, the more it advances regardless if you have reached...
asked by 24.05.2016 / 18:49
1
answer

FRONT END - jBox?

How or what to use to make an effect where the user notices that the table has minimized up to that small table? For example: The minimizing effect of MAC ... At the moment there is only one Fade and Hide relationship, as you can see in the foll...
asked by 10.05.2016 / 18:58
0
answers

Common bootstrap tabs / pills content

Use bootstrap tab / pills and tab content is almost the same, differentiating only a few fields. Is there a way to take advantage of what's common between them? <ul class="nav nav-pills"> <li class="active"><a data-toggle="pil...
asked by 31.05.2016 / 12:01
0
answers

Postcards with background image and dynamic text in php, for emailing [closed]

Good afternoon, I will need to make a web page where a user chooses a background image and then in a text box adds text and finally can send it by email. Type of birthday christmas postcard etc. Does anyone know how to tell some tutorial with...
asked by 30.05.2016 / 16:28
1
answer

Calculating items sales order jquery

I have a problem that I can not solve. I have a sales order screen where it has to do the quantity calculation X unit value = (fill in the total value and add up to the total of the order), how do I To do this calculation with jquery someone can...
asked by 31.05.2016 / 20:19
0
answers

jQuery does not update the input values "live"

Hello, I'm creating an RGB color selection tool with a input[type=range] slider, but when I run the mousewheel it does not seem to update instantly: link index.html:      <head> <title>RGB Controller</title...
asked by 31.05.2016 / 00:00
1
answer

Create Multiple Events Using Variables to Indicate Event for Function in Jquery

I need to run tests for Touch and Mouse Events in Jquery, and with a focus on reducing execution cost in performance and trying to simplify code to be visible, simple and fast to handle choices, follow the code: jQuery(docu...
asked by 30.04.2016 / 18:36