Questions tagged as 'jquery'

2
answers

tooltip always present

I have the following code: link What I'm trying to do is the message that always appears, that is, you do not have to hover over the message to appear, it's always there. Is it possible to do this? I'm using this toolkit: link     
asked by 18.06.2015 / 13:07
1
answer

Quick search with jquery

I am trying to do a quick search on the page, but it is giving error, it hides all the fields and even if I type something that has in the table it does not appear. CODE JS. $(function(){ $("#pesquisa").keyup(function(){ //pega...
asked by 19.06.2015 / 14:42
1
answer

Popular select based on a date in json

I have a bootstrap form and validated it right, but I need it when selecting a date in the datepicker, it automatically loads a select with JSON, and has 3 more selects need to be filled after this, and all dependent one another, eg: I ch...
asked by 17.06.2015 / 07:16
1
answer

Show badge at the edge of a button [closed]

I have a button and a badge with the value being updated with JQuery, I want the badge to stay on the edge of the button. Does anyone know how to configure?     
asked by 13.08.2015 / 19:38
1
answer

filter results jQuery.getJSON

I'm doing a jQuery.getJSON on url link And if JSON returns: {"type":"notfound"} or {"type":"song_notfound","art":{"id":"3ade68b7ga05f0ea3","name":"William Bald\u00e9","url":"http:\/\/www.vagalume.com.br\/william-balde\/"}}...
asked by 29.07.2015 / 22:20
1
answer

Click on page area and close MENU

I'm trying to make this script close the MENU when I click on any area of main . The MENU opens the left side of the mobile page. But as you can see the MENU is out of main . So I could not do that code with closest c...
asked by 28.07.2015 / 22:16
1
answer

MooTools interferes with jQuery?

Good morning. My site uses jQuery, but I need to add a code that sends a confirm() to close the browser, but I realized that it only works with the library mootools : window.addEvent('load', function () { window.onbeforeunload =...
asked by 16.07.2015 / 15:04
1
answer

Get Content from another page with jquery

I want to create a way to open this SpTrans page in an app, but without loading all their layout, just the fields: LOGIN, PASSWORD and SIGN UP, using only HTML and JQUERY. The elements I need are these: <input type="text" id="vUSRLOGA" n...
asked by 16.07.2015 / 17:22
1
answer

append with jquery

I have a table that opens in a popup to search for material from a material requisition register, on the page (other than the pop up) has another table that when I add a material that was selected in pop up it copies the information from the sel...
asked by 11.06.2015 / 22:30
1
answer

What dependencies in Maven to use JQWicket to integrate Wicket and Jquery

I'm developing a Wicket-Hibernate-Spring project. Until I made the communication and persistence of objects in the database, it was working normally. After some time, with some scopes increasing, I need to use JQWicket, which would be a depen...
asked by 13.06.2015 / 17:39