Questions tagged as 'jquery'

0
answers

Problems with While

I'm developing a page that should pull the content name and the path of the HTML file that contains that content from the database. In the database table there are two columns: title_content and_html_content. This content is not in the database,...
asked by 07.04.2017 / 20:51
0
answers

Ajax / php page is not working on iOS

My site's pagination is running at all, both pc and android browsers, but on iphone or ipad, it's not working. Is there any solution I should do to improve this all on iOS? I am using ajax with php. My script is simple: $(document).ready(funct...
asked by 05.04.2017 / 21:26
1
answer

How do I make a button class switch that triggers a player to appear and hide?

I have 3 buttons in the Link format with classes: .icon-play, .icon-pause and .icon-download, I want to change the play class with pause, as well as the inverse without influencing the download button , once the icon-play is clicked it will show...
asked by 05.04.2017 / 17:15
0
answers

autocomplete does not work after ajax call

I have a zip field with autocomplete that works perfectly when I type something. However, this field is also populated after an ajax call that fills in the zip code automatically, but when it receives the (full) value of the call the auto...
asked by 17.04.2017 / 17:11
2
answers

Update city combo with jQuery when editing

I have a bug in updating the select cities, in the create works correctly, I select the state and the cities are updated. In the edit I can not get the cities updated according to the selected state. I've tried several alternatives but I could n...
asked by 17.04.2017 / 19:13
2
answers

How to create a toggle button on and toggle off?

I have seen that in some registers, they are using the toggle button a lot. Would anyone know how to do this?     
asked by 30.10.2016 / 18:40
1
answer

Dynamically displaying content from another page

I would like to be able to display various content (from other pages) on a single page for each click on a link or button that the user gives. I know that one of the solutions would be to use AJAX, but the problem is that when I give a refresh...
asked by 19.04.2017 / 01:07
1
answer

Re-enable jquery function after function call

Good afternoon, I have the following code that inserts inputs into a div when a "NEW" button is clicked which also takes the direct focus to the first field on the line and can also happen by pressing enter, the problem is, only the enter works...
asked by 04.04.2017 / 17:01
1
answer

DatePicker / Only a few days of the week

I have a form and the datepicker (id data) field is not working. Does anyone have an idea why? Below code: <?php include("connections/configuration.php"); if(isset($_POST['nome'])){ $nome=utf8_decode($_POST['nome']); $mensagem=utf8...
asked by 05.04.2017 / 15:02
1
answer

Change background from time (Problem)

I need to change the background from a certain time, but the site was already half done so the background loading is being done in jquery with this function $(".intro").backstretch("img/" + images[Math.floor(Math.random() * images.len...
asked by 28.03.2017 / 16:22