I need a command that opens a dialog every time I click on a link ...
<map name="Mapeamento">
<div id="dialog" title="Imagem1">
<p>Informação 1</p>
<p>Informação 2</p>...
I'm developing a client signup screen with PHP OO but due to my inexperience I'm finding it difficult to list client data within a Modal Bootstrap.
First, I have this list of Client Objects where I present only some basic data of the registe...
I'm trying to play a value retrieved by php and play on a input with JQuery and then make a submit on a certain form, what I tried to do is here:
if (!empty($_POST['Termo'])) {
$Termo = $_POST['Termo'];
echo "...
I have the following function:
function pre() {
$.ajax({
url: "arquivo1.php",
method: 'POST',
dataType: 'json',
success: function (data) {
$.ajax({
url...
Good afternoon,
I'm making a responsive website where I use CSS with media="screen" and jQuery.
Problem:
However Javascript and CSS do not recognize the same document width value when the page has a scroll bar (when I test in Chrome usi...
I'm using it to form a value, but it's not working, I have my partial view, this way:
_Posibilidad.cshtml
@model Generico.Dominio.TB_POSSIBILIDADE
<script type="text/javascript">
$(document).ready(function () {
$("VALORAP...
I am a beginner in programming and I have a question about Jquery (if I am wrong, please correct me ... rs).
I have a screen that generates several div's dynamically with information about clubs, and inside each div has a button that when cli...
I'm using the
.find(input[type='text'],input[type='url'],input[type='radio']) , to find form fields in a form.
I would like to search for fields <select>
What is the notation I use in .find() to also search for...
I am facing a problem already known by many, in IE it is possible to use Activex to get the user logged on the network.
In Chrome this is not possible and after many searches I got the same answer.
I know there is a library in Java that can ge...