Questions tagged as 'jquery'

1
answer

jquery-ui dialog displays only the title bar

In my spring application, every link of class popup on the page below opens in a popup window implemented with the dialog widget of jquery-ui: <%@ include file="../include/header.jsp" %> <div class="navbar navbar-in...
asked by 20.06.2014 / 23:06
1
answer

Turn uppercase characters of an entry into lowercase characters

I have this simple form and a jquery code that automatically fills in the 'email' field with the first name of the 'name' field and adds '@domain.com' to form an email address. How do I furthermore make the uppercase characters of the 'name' fie...
asked by 22.06.2014 / 21:27
1
answer

jquery sorts my date automatically

I generate a json in any url, like this: {"130":"chocolate","129":"banana","120":"chiclete"} I'll get it with $ .get $.get(url,function(data){ console.debug(data); },'json'); result (it sorts automatically, without me needing it):...
asked by 31.07.2014 / 01:02
2
answers

Enable fields from the previous field

I need to make a form that, in order to enable a field, it is mandatory to fill in an earlier field. There will be a pagination between one question and another (next or previous). Can you do this in Ajax? I'm using PHP and I think th...
asked by 21.06.2014 / 19:19
1
answer

Jplayer does not work in IE8

I have an audio listing on a page that I'm developing, in Mozilla and Chrome, IE9 and IE10 got ball show, however in IE8, it does not run when I press the 'play' button. Jplayer Website: link Has anyone ever had this problem with IE8 wor...
asked by 23.06.2014 / 16:38
1
answer

Multiple POST Optimization via Ajax

I have a small application, and I was building it as I got to know Laravel, so nowadays there are things I see that are wrong and I try to adapt to good programming practices and one of the key points is the endless inclusions in db , via ajax....
asked by 18.02.2014 / 19:49
1
answer

Call in Ajax

I'm implementing a html of a system using the php and I'm also making a call on ajax to open any page, but when it returns my url , it does not read the include of the page. Example: The html page: 'test.php'...
asked by 24.04.2014 / 16:53
1
answer

Error opening Partial's in a new tab from a function in javascript

I have the following case: I have a "Third Party" navigation page, with several Partials that defines its corresponding data. To do this navigation I'm doing it by javascript , and I load Partial as follows (example of a p...
asked by 30.04.2014 / 11:54
2
answers

Close Download Window

How do I close a download window with jQuery on Internet Explorer ? Example: <?php $arquivo = $_GET["arquivo"]; header("Location: $arquivo"); echo "<script> $(window).ready(function() {...
asked by 27.04.2014 / 23:33
1
answer

Syntax Highlight and TinyMCE4

Whenever I put a JS, PHP or CSS script in tinymce within the <pre> tags, as Syntax Highlight does, it works perfectly, however if I want an HTML script, as tinymce is an HTML editor, it takes my own tag <pre> and throw...
asked by 29.01.2014 / 14:16