Questions tagged as 'jquery'

1
answer

Jquery Mobile - Resources

Hello, is it possible to use just a few features of jQuery Mobile? I would like, for example, to use his "transitions" only. It's possible? If so how? Thank you!     
asked by 11.07.2016 / 16:28
2
answers

How to simulate click of a button and not both?

I think the question seems confusing, but calm, I will explain better. Type, on a given page, there are 2 buttons with the same class, having as difference only its value, and an attribute "origin". Example: <input type='button' class='bota...
asked by 10.07.2016 / 17:08
1
answer

Dropdown language menu [closed]

I visualized in a site that exists in the upper right a dropdown menu where the user can make the selection of the language. Below is a print of the site with the selection option open. When the user clicks Français, for example, the flag of Fra...
asked by 22.08.2016 / 04:46
1
answer

Get database dates, and "Highlight" them in a Jquery Calendar

I have a code with two dates that will mark something, such as a one week event for example, one is the start date of the event and the other the closing date of that event, to make it easier to view the user I want I put these two dates in a ca...
asked by 09.06.2016 / 13:59
1
answer

Assign href via jquery

I have an element in my Layout and I'm trying to set the href via jquery, but it will not. The code is in my index. Here is the code: Layout <div class="three wide column dindex"> <div class="ui left fixed vertical blue i...
asked by 03.06.2016 / 19:15
1
answer

Change values depending on the number of checkboxes selected

I have several checkboxes that pass the value to the input. My question is: If I mark the days Monday, Tuesday, Wednesday, Thursday, Friday the input appears: Monday through Friday If I mark the days Monday, Tuesday, Wednesda...
asked by 12.07.2016 / 19:16
1
answer

How do I get each value of a jquery object? [closed]

My result array: { "status": "accept", "info": "", "message": { "row": { "1": { "id": "1677", "state": "AC", "stateid": null, "address": "RUA MARIA LUCIOLA DA SILVA", "addres...
asked by 18.07.2016 / 23:09
1
answer

JSON Data Return

I'm performing a simple data return on a Jquery function. However, the error message is displayed. Follow code JSON: <?php header('Content-Type: application/json'); $dados = "Meus Dados";...
asked by 12.07.2016 / 14:50
1
answer

Loading link on the same page, no refresh! [duplicate]

Good evening, good evening I need some help for something that seems very simple but I did not find anything on the net that could be applied. Well, come on: I need the contents of a link to be shown in an input field on the same page, w...
asked by 17.07.2016 / 23:19
2
answers

Return Multiple values with PHP jQuery

I have a function that returns me the values of a Grid in a Modal I call the function it does a Select in PHP and it returns me the data inside a Modal. But in addition to bringing this data I need to bring image names that are in another table...
asked by 18.07.2016 / 20:45