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...
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...
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):...
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...
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...
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....
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'...
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...
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() {...
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...