Tagged Questions
jQuery is a cross-browser JavaScript library that facilitates DOM traversal, event handling, animation and AJAX interactions.
0
votes
1answer
16 views
Draggable Bootstrap Popover
I'd like to create a Bootstrap popover that follows a draggable image (using jQuery UI Draggable library). By "follows", I mean that if the image is dragged 10 pixels right, the popover also moves 10 ...
-2
votes
1answer
22 views
stop form process with ajax if input value is empty [closed]
My ajax code below will stop the form pprocess if an input value is empty, then showing an popup alert. The problem is, the process will continue after the alert popup closed. How can i stop the ...
0
votes
1answer
36 views
How can i callback from infinity scroll?
What's the correct way to callback from infinity scroll? currently this `
$(function() {
code();
$('#catview').infinitescroll({
dataType: 'html',
navSelector: ...
0
votes
1answer
28 views
Max-Width While Using jQuery
I am using jQuery and am trying to implement the max-width property on my images that are being affected by jQuery but can't get it to work. Can anyone help me? Here is all of my coding:
...
0
votes
1answer
24 views
JQM 1.3 handing over parameters
I have a JQM app which shows some friends entries in a list view. All I want to do is to show the details of the friends in a details screen. But I really cant figure out how to hand over a kind of ...
0
votes
0answers
16 views
save button should appear in cnfrmMsgMdl method
I am having several jsp pages....
each jsp page is producing showing models...
for one of the model i am trying to replace ok and cancel button with save, save and continue button...
but its not ...
0
votes
1answer
21 views
Return already resolved promise
I have an existing project that has a lot of asynchronous functions that return promises. I'm adding some caching so that in some cases the asynchronous functions will complete synchronously and ...
1
vote
3answers
45 views
How can I perform an animate and a fade in at the same time?
I want "app1" to move to the left and fade out at the same time?
The functions are performing them one by one. I want it to happen at the same time. I dont want it to move left and then fade out.
...
-1
votes
1answer
22 views
jQuery href location with DIV effects [closed]
I'm looking for a solution to open a box in a nice effect and when a user clicks to go to another page (location.href or similar) then the boxes closes in the same style as it opened and then goes to ...
0
votes
2answers
47 views
jQuery 'toggle' requiring two clicks
I have this little menu thing I'm working on: http://jsfiddle.net/6a3eZ/25/
The problem lies with the 'MISC' and 'MISC2' menus that slide open. When one is opened, the other needs to close, and the ...
0
votes
0answers
9 views
jQuery Masonry scrolling jumps when deleting items from the DOM
I'm working with Infinite Scroll using JQuery-Masonry. To improve performance/memory usage, I remove items from the DOM outside a certain threshold of the screen that is view-able to the user (based ...
0
votes
1answer
32 views
jQuery on submit only fires once
I've got a form that is loaded dynamically, with a textarea that I must check for spam before submitting. So I wrote something like this:
$(document).ready(function(){
...
0
votes
0answers
18 views
Redirection By Location
I want to know if i could to implement some jQuery code or something in my code to redirect my website for people who are in my country and those who are not.
<meta http-equiv="refresh" ...
0
votes
2answers
15 views
Jquery animate and fade in on hover of containing div
I'm trying to animate the 'title' so it fades in as well as animates up 10px as you hover the containing div. Would this require javascript or can it be done with CSS transitions?
Live Example
HTML
...
0
votes
0answers
21 views
Simple javascript inheritance using $.extend and module pattern
I have wondered for a couple years now what people think of doing inheritance with a module-pattern-esque constructor pattern and WITHOUT prototype. For me the advantages are:
Very clear public and ...
0
votes
1answer
56 views
jQuery stopPropagation is ignored
My goal is to prevent all the click events (hiding/showing of elements in the HTML when clicked) unless a certain condition is met (the user has a certain word in an input element).
So i tried to add ...
0
votes
0answers
9 views
load external html into div - jquery in external file not called in IE
I've been going round and round in circles with this...! I'm new to jQuery. I have an accordion (jquery.accordion.js) and I want the content that's revealed when you click one of the accordion bars to ...
0
votes
2answers
45 views
Javascript syntax error when using jquery, bootstrap and modernizr
I am working on a MVC4 website that is published on IIS8
When I enable the Firebug console i am getting these errors:
SyntaxError: missing ; before statement
[Parar en este error]
...
1
vote
4answers
71 views
Can we run certain javascript in an object?
I am new at JavaScript objects and wondering if we could run JavaScript in an Object? This is what I want to do-
$('.element').click(function () {
var data = $(this).attr('data-home');
if ...
0
votes
1answer
16 views
Problems with Wordpress noConflict mode and Ajax calls
When assigning (event) my console starts to output this Uncaught TypeError: Object #<Object> has no method 'ajaxSetup' which I'm only guessing, is because for some reason jQuery is looking for ...
0
votes
1answer
17 views
Nivo slider: trying to increase rotation speed
I'm working on a site that uses the nivo slider. It's working fine...just the images don't move fast enough. I read the documentation, and made the following changes in the jquery.nivo.slider.js file:
...
0
votes
1answer
33 views
Countdown to restart at 3 AM, 9 AM, 3 PM and 9 PM
I'm looking for a countdown script that can say "Restart in: x hours, x minutes and x seconds." for a overview of my servers on my website. (It's for a gaming server that restarts every 6 hours)
I ...
0
votes
1answer
47 views
jquery toggle classes after animation doesn't work
I have this javascript code: http://jsbin.com/orenim/4/edit
blinkTimes = 0;
function blink () {
$('.a').toggleClass('b');
blinkTimes --;
if (blinkTimes > 0) {
...
1
vote
0answers
33 views
e.preventDefault() causing webkit mobile overflow to fail
I'm trying to solve a problem that's been puzzling me all weekend.
On mobile webkit (Safari iOS 5.1 in, my case) I'm unable to keep the -webkit-overflow-scrolling:touch behavior working when I place ...
0
votes
2answers
25 views
Can't use jQuery to change select value to option dynamically populated by ajax
Changing the value of a select option just like this, http://jsfiddle.net/ueDTd/, doesn't work if the options are populated by AJAX.
This is supposed to change the option back to what it was after ...
0
votes
3answers
41 views
Styling a drop down option list to look like a button with background image. HTML/CSS
I am creating a mobile website, and I want to style a simple drop down list to look like a button. I want it to have a background image within the button.
Its purpose is to sort a list view, so I ...
0
votes
1answer
33 views
Variable overwritten when using asynchronous AJAX (using jQuery) request to load data
I have the following code that loads information about a users payments a month in advance of when it's needed. The function works when I wait for each month to load however it fails when multiple ...
-1
votes
2answers
37 views
Iframe Change Content CSS Style [duplicate]
I do have an iframe inside my webpage, but i want to change the css / font styles etc.
<iframe name='iframe1' id="iframe1" src='<?php echo ...
0
votes
0answers
51 views
jQuery .click() on radio button not working … sometimes
I am having an issue with dynamically setting a radio button...some of the time. I am reading in information from a database to auto-populate a form. I can get some of the radio buttons to behave ...
0
votes
1answer
39 views
How to insert tags into database using jquery html and php
I want to insert these particular tags into the database. This is my HTML:
<div id="tags">
<input type='text' name='tags' placeholder='Type in topic tags here seperated by commas' ...
0
votes
0answers
15 views
Dynnamically added datepickers and maintaning state after post
I am adding datepickers in kohana view with jquery code like this:
$("#add_date").click(function() {
var pickerCounter = parseInt($("#pickerCounter").val()) + 1;
...
0
votes
0answers
13 views
jquery validation does not work with SelectBoxIt component
I have installed SelectBoxIt in order to change my select box look&feel, but I have found the problem is that jquery validation does not work, for example if this field is required.
It is no ...
0
votes
3answers
49 views
How to give one my images a click event/ animation
So I want one of my images, when clicked on, to have the #app1 animate towards either side then fade out.
I'm aware that my image should have a "on click" attribute, which I have done so. I have a ...
0
votes
2answers
22 views
Change font-size or div class depending on language selected
I have a horizontal navigation centered in the page with logo and content. On the page it has language translations such as english (default), french, russian and german. When you click on these links ...
0
votes
2answers
52 views
Jquery Text Slider Loop
I have been trying to create a text slider, where it fades and slides in and then fades and slides out. Then the next element comes and does the same thing.
Manage to come up with this.
...
2
votes
2answers
32 views
Why is a sliver of space appearing between two divs stacked on top of each other
I have a scrollbar script running inside a div, looking nice. I was asked to add a trackbar underneath the scroll bar that is styled differently than the trackbar that came with the script. They want ...
0
votes
1answer
31 views
jQuery country redirection portal
OK the scenario is this, I have multiple country unique websites, I want to send all my clients one e-marketing email and since emails don't allow scripts I want the links to direct the user to there ...
0
votes
3answers
51 views
the best way to get only one object in jquery
I'm building a plugin in jquery. As they say in the docs, this references to a jquery object. so you can do a .each() and then return as many objects as you get in the plugin constructor.
However, ...
0
votes
1answer
30 views
Can't access an input value
I have a web page with a table to input data. Adding/deleting a row works, but the added row copies the data of the first line.
I'm using:
jquery
bootstrap
globalize
jquery.dataTables
...
2
votes
2answers
59 views
Custom RegEx needed
Using javascript, I need to parse the HTML of a page and replace all occurrences of ABC with ABC that occur within a content block such as <p>ABC Company lorem ipsum</p> would be changed ...
0
votes
2answers
44 views
Can I use jQuery replaceWith only on one page?
I am very new to jQuery. I want to know if I can use replaceWith only on the home page?
All of my pages contains div content. I want to replace that div just for the home page but the following code ...
0
votes
1answer
25 views
Javascript and ASP MVC - refreshing an image
I have a page that contains a captcha. whenever the user enters the captcha incorrectly the form will submit and they will move on. If not, i want to refresh the captcha image so that the user has ...
2
votes
3answers
37 views
jQuery error with pipe symbol “|” in ID name [duplicate]
I have a select menu, it's options are ID'd like this:
<select>
<option id='order1|2'>1</option>
<option id='order2|2'>2</option>
<option ...
0
votes
0answers
57 views
Why does jquery .append() does not work on IE 8? [closed]
I'm trying to use jquery to append some data that is returned by an Ajax call.
Chrome and Firefox are displaying the results properly, IE 8 does not.
Where am I wrong?
$.ajax({
url: ...
2
votes
1answer
64 views
Border Radius changes when setting CSS width using Jquery
The problem I'm having is that the border-radius of a <div/> gets removed when applying the css width property via jQuery. The <div/> that has the radius is also cropping off an absolute ...
0
votes
4answers
69 views
How can I change node name of my JSON?
How can I change the name of a node in my JSON?
My code:
childType = view
childName = view0
child=[];
child[childTipy]= {
childType:{
"tipo": childTipy,
...
2
votes
3answers
47 views
How can I remove() an object after appending it to the page?
I'm trying to use jQuery to allow a user to specify a pool of objects which they can then remove.
I want the user to be able to click on the list of objects to add them to the pool, and if they wish ...
0
votes
1answer
15 views
If menu item has submenu items, toggle the submenu on click
I want to use jQuery to toggle the display of a drop-down sub-menu.
What I want to say in jQuery-speak is something like this:
$('ul li a').click(function() {
if 'ul li' has a child 'ul' {
...
0
votes
1answer
28 views
No result appear in the autocomplete
The action return a JSonResult and the content is correct. I missed something in the autocomplete code ?
HTML :
<input type="text" class="span12" id="mytextbox" />
The javascript :
...
0
votes
1answer
18 views
trentrichardson datetimepicker and timepicker doesn't work
For the trentrichardson timepicker addon (http://trentrichardson.com/examples/timepicker/) for datetimepicker and timepicker, it seems to work for a limited amount of time (6 hours to a day), THEN, it ...

