Questions tagged as 'jquery'

1
answer

Bug in the system of title that I developed

I developed a system of title using jQuery and CSS, it is very good and works when I call the <title> tag. But I'm facing 2 bugs that I can not solve. 1st: When I put a very large title quandity on a page, it stops working, in...
asked by 24.02.2016 / 13:28
1
answer

Problem to get the text attribute of a select2

I can not get the selected text attribute in select2 , I can only get the id. <div class="col-sm-3"> <input type="text" ui-select2="comboPasta()" ng-model="item.nomePasta" placeholder="Selecione"> </div> My javasc...
asked by 02.03.2017 / 16:20
1
answer

PDF view with jQuery

I need to display a PDF as if it were a journal within an HTML page. The idea is to optimize the visualization of a document that is very heavy (+100 pages). Currently I only have one link that opens the file in another tab, and it's taking a...
asked by 21.03.2016 / 15:29
1
answer

Pass value from select to javascript

When the user chooses a particular option in the select, another select will appear, that is, if the marital status is married, the conjugate appears. I need the value of select to pass to a variable, this variable will communicate with the j...
asked by 20.10.2016 / 00:51
1
answer

Do you use Ajax in browsing the entire site have a problem?

It's because the site would have a Web Radio, and I do not want it to update every page exchange as this for playback. I wonder if there is a problem with paging in Ajax? And another: Ajax interferes with Adsense? Thank you and good evenin...
asked by 12.10.2016 / 01:21
1
answer

Difficulty in filtering information

I know my problem is logical and this should start with me, I know, but sometimes a light, not a ready code, but the pointing of a path helps us a lot. 1) I have 6 ComboBox in my View that make the filters for a search. 2) This search shou...
asked by 01.10.2014 / 14:20
1
answer

showimagepreview does not work on safari

I have this script to give a preview of the image before the upload works perfectly in ie chrome and firefox except on the safari ... has anyone had problems with safari ?? if anyone can give a tip ... grace <head> <script type="text/...
asked by 13.09.2014 / 20:27
1
answer

is there any debugger that shows why my code does not run in a particular browser?

I used a lot of javascript / jquery to mount a project, but I ended up testing only in chrome (it's running perfect), so I decided to test in firefox and realized that several features are catching / not working. Is there a debugger that shows w...
asked by 30.07.2015 / 21:04
2
answers

How to show json with jQuery and PHP?

I made this ajax here, PS: the data arrives until the file data.php $.ajax({ type: 'post', data: $( this ).serialize(), dataType: 'json', url:'simulacao/dados.php', success: function(data){...
asked by 26.03.2017 / 20:41
1
answer

Doubt to save a data and update a div then

Good morning everyone. Just with jQuery and Ajax I can insert a data into the database and then immediately update a div on the page? Thank you.     
asked by 23.03.2017 / 13:50