Questions tagged as 'jquery'

1
answer

Use jquery without refresh on page

I have this jQuery and when I click the button it updates with the result and gives a refresh on the pag, in vdd it changes the test link / index.html to test / index.html?, I wonder if it has do without changing leave the pag <script> $...
asked by 22.11.2014 / 23:02
1
answer

Bottom with mosaic of photos

I need to create a background for my site in the mosaico style of photos. When the page opens, the background of the site is populated by photos, filling in the full width of the window (ie needs to be responsive) and a certain height....
asked by 03.11.2014 / 19:50
2
answers

Is it possible to insert jQuery Validate in PHP?

For example, in my php code it looks like this: if( @$_SERVER['REQUEST_METHOD'] == 'POST' ) { $sobrenome = $_POST['sobrenome']; $erro = ''; if( $nome == 'Qual é o seu sobrenome' ) { $erro .= ''; } elseif ( strlen( $sobrenome...
asked by 08.11.2014 / 23:35
4
answers

load plugin datepicker into page call with ajax

I'm using the datepicker plugin All my datepicker input, has the class named datepicker <input type="text" class="datepicker"> So, I have only one setting for the datepicker and I can use it on all pages, so I set it...
asked by 01.04.2015 / 02:53
1
answer

How to change the href by select and onchange using javascript

My code is to change the url of 'href' every time the user changes the select. I did once to change the 'src' of an image, but when I used href it just did not work! <script language="javascript" type="text/javascript"&...
asked by 20.08.2014 / 09:31
4
answers

Add a limit of "passes" on a carousel slider

I'm working on a simple slider carousel and I need that when there is no previous or next item you can not move to a nonexistent element like this is happening, link     
asked by 19.08.2014 / 20:25
1
answer

Set width for nicEdit editor

Does anyone know how to set the width of the nicEdit editor?     
asked by 20.08.2014 / 16:31
1
answer

How to check variables with jQuery so they are not sent empty?

I'm learning about jQuery and I've already started doing Ajax requests to register the information in the mysql database. I have a code that has several variables and I would like to ask how I can check at one time if there is any empty variable...
asked by 07.08.2014 / 03:06
1
answer

How to pass a QueryString using RegisterStartupScript in ASP.NET?

I have this code in my code behind: ScriptManager.RegisterStartupScript(this, typeof(string), Guid.NewGuid().ToString().Replace("-", ""), "window.setTimeout(\" $('#" + calendar.ID + "').fullCalendar({header: {left: 'prev,next today',center: 't...
asked by 07.08.2014 / 16:36
1
answer

How to use jQuery + Ajax with Java EE

I'm creating a connection to the bank in Java like this: try{ Class.forName("org.postgresql.Driver"); Connection con = DriverManager.getConnection("jdbc:postgresql://localhost/projeto","postgres","754753"); if(request....
asked by 15.02.2015 / 19:20