-3
votes
0answers
11 views

disappear when you input a value in textbox and choosing a value in select tag

<script type = "text/javascript" > function ValidateForm(theForm) { var error1 = (theForm.name.value=="" || !theForm.name.value.match(/[^\s]/)); ...
0
votes
0answers
16 views

Validation doesn't work after upgrade JQuery

Sorry, I don't have any work experience on the browser before,but we encounter a Unit test failed after we upgrade JQuery 1.7.1 to 1.8.3. I have to fix this failure. We have such html page. ...
0
votes
2answers
18 views

Jquery ajax post with timer event?

script $(document).ready(function () { var meter_id = $("#MeterReadingTypes li a.link_active").attr("id"); var range_id = $("#DateRangeTypes li a.link_active").attr("id"); ...
2
votes
0answers
9 views

history pushState and scroll position

I am trying to retrieve the scroll position when a user navigates back in the browser history using HTML5 popstate handler. Here is what I have: $(document).ready(function () { ...
3
votes
5answers
62 views

Get object values without looping

I have following object: var input = { 'foo': 2, 'bar': 6, 'baz': 4 }; Is it possible to get values from this object without looping it ? It is possible to use jQuery. Expected result: var ...
0
votes
3answers
90 views

Incrementing by 4, not 1

My issue is that when I navigate(click) the counter(a) gets incremented by 4 instead of 1(I'm thinking maybe, it's due to body+html selector). So, I'm wonder what will solve this, could I just ...
0
votes
0answers
7 views

How to scale elements and avoid height gap in the div

How can i rescale all the element inside a Raphael canvas on div change ? considering the following code / DEMO if i re-size my window only div container scaled since i set its width to 50% of the ...
0
votes
0answers
14 views

Popup window opens once after close unless refresh

I have a problem that I'm stuck with. I have MVC 3 application and in this application I have the concepts of Survey and Training. Each Training having 1 Survey. To let the users take Survey I open a ...
0
votes
0answers
6 views

Creating events on multiple calendars with FullCalendar.js

I am using the FullCalendar javascript library on my web site to display a calendar for each employee side-by-side. The calendar displays the Day view so it's easy to see everyones schedule for the ...
0
votes
0answers
74 views

Getting values out of array in function

Not sure what title i should give to this but im running into a problem that's doing my head in. im working on a project that involves drawing on a map, the map has different rooms and each room has ...
2
votes
4answers
82 views

How i can simplify my if condition in jQuery

I'm looking for a way to do the following: $("#a" || "#b").val() === "" as opposed to: $("#a").val() === "" || $("#b").val() === "" Any ideas? Thanks in advance!
0
votes
3answers
62 views

Count distinct elements in array

I have data that comes from my server to datatables. I'm successfully populating my table but in footer callback I want to do some statistics. Lets say I have data like so: var data = [{ date: ...
-5
votes
0answers
33 views

Contact form not appending with PHP/jQuery [closed]

I am fairly new to jQuery and very new to PHP. I am trying to make a contact form for my portfolio website and I used a tutorial in doing so which can be found at ...
2
votes
2answers
67 views

Error in JSON file

When i am using below code : { "info":[ { "name": "Adam", "address": "Park Street" } ] } It is parsing perfectly but adding on further code like: { ...
0
votes
1answer
37 views

Displaying information next to input onfocus

hello I have a form with few input fields, I am want to display some information related to the particular field once user enter the text field. so far I have managed to do this: <tr> ...
0
votes
1answer
37 views

Using javascript to load a css hidden image as a background image on page loading

Noob at javascript and have searched without luck. Is it possible to use javascript to load an image which is already in the body of the html (css visibility hidden) to become visible as a background ...
0
votes
1answer
10 views

Triggering Click Event after a particular click event.(Bind-function)

Below is my html and jquery. Thorugh jquery i am adding and remove class-disBloS to the div named inn by toggleClass funciton when logBtn is clicked. Also i made a funciton to remove the disBloS form ...
2
votes
5answers
53 views

Select the checkboxes through loop?

How i can i select the check boxes through loop ? For example i have 4 check boxes and if is select the 3rd check-box then 1st and 2nd also selected and if i select 4th check-box then 1st, 2nd, and ...
0
votes
2answers
29 views

How to show message from resources with special characters?

I want to show messages in alerts from resources in mvc, which contains special characters too in which double quotes or single quotes also comes and it generate me jquery error of quotes if my alert ...
0
votes
2answers
30 views

why does jQuery.load doesn't work for this page?

I have some inner html that needs to be inserted into a div which has the class modal-body like this: $(".modal-body").load("http://cistrome.org/finder/util/pure_meta?did=1660"); Though this page ...
-2
votes
5answers
41 views

JQuery validation not working

I have form which is generating while clicking on a html button . Here is the code . <html> <head> <script ...
0
votes
4answers
47 views

background color using html n css

I'm trying to loop through a table to get each TD value. If the value is below a specific number then I'll do something. </head> <body> <table id="tableData" ...
-1
votes
1answer
11 views

Why the values of my table will be removed once actionmessage is received

In my application users need to be able to add products to their basket. I have a page to show the description of product once user clicks on Add button it should be added to his basket, and if ...
1
vote
1answer
52 views

I want to get all content of a div using jquery

I want to get all content of a div using jquery. <div id="load_template_data" style="border:1px solid #000000; width:100%;"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 ...
0
votes
0answers
11 views

javascript and jquery : appear.js plugin for iframe

i am using appear.js plugin to display hello world alert box once the content of iframe is appeared on viewport , but not able to display alert box. $(window).on('load',function(){ ...
0
votes
1answer
29 views

Trying to create a fixed header effect by using two tables and three divs

fiddle - Short version - purple part needs tucked in to parent div I'm basically trying to create a fixed header look for a table by splitting it into two I'm trying to avoid javascript as what I'm ...
4
votes
4answers
72 views

Beginner struggling with JQuery .change tag

Knowing HTML well, I'm trying to learn JQuery. I found the .change function on a JQuery site that does exactly what I want. Ideally I'd like test1 and test2 to only affect each other and test3 and ...
0
votes
0answers
10 views

How to use Flexsiders slider w/thumbnail controlnav pattern slider for the images loading from the server?

I m using Flexsiders slider w/thumbnail controlnav pattern slider>,below is the html markup for the slider,using it as hardcoded is very simple but what if when the images are loading from the ...
0
votes
3answers
22 views

JQuery: wrapping variable's contents

I have a variable that contains a bunch of HTML that I retrieve from a HTML5 SQL database. I can .append() this to an element in the DOM and it appears fine. But I want to .wrap() the HTML contents ...
0
votes
1answer
8 views

Is there a way to determine the adjacent (previous and / or next) table rows receiving a dropped row when using jQueryUI Sortable?

I'm using the jQueryUI Sortable plugin on a table and everything seems to be working fine. (The HTML validates and the JavaScript all validates, too.) As far as I can tell, there is no way to ...
0
votes
0answers
13 views

Have two jquery library versions on a page. Need to use noConflict on a socialist.js plugin but getting errors?

I have a project where i'm restricted to using jquery 1.4.2. But I want to use a plugin called socialist.js which requires at least version 1.6.x of jquery. So I have to use both libraries on the ...
0
votes
0answers
33 views

Not able to parse JSON file from server

I have following code : var mydata=null; $.ajax({ type: 'GET', async: false, dataType: 'json', url: ...
0
votes
0answers
21 views

Trouble with images in JQuery Masonry

I've spent the past two hours trying to figure out why my images won't display correctly using masonry. Here's my includes for the page <script type="text/javascript" ...
0
votes
1answer
32 views

How can I detect that system has webcam plugin installed or not using JavaScript?

In my app, I am using webcam functionality. But if user doesn't have webcam plugin installed in his system then I want to prompt a message to him. There are 2 things : webcam plugin is not ...
0
votes
0answers
17 views

try catch in jQuery tmpl

How can I write try catch in jQuery tmpl? I tried in two ways and get these errors: 1. Uncaught SyntaxError: Unexpected token try {{each items}} <div> <span> ${ try{ ...
1
vote
3answers
29 views

Datepicker get date accoding to server date/time

How to make work datepicker according to server time , how to set the server time to datepicker Jquery Ui, any help will be appreciated Yes via clinet side we cannot get the server datetime, is there ...
0
votes
4answers
45 views

change z-index of a div after a certain amount of time

I need a div to fade in instantly and fade out after six seconds... (using the code below i have that part working) I also need the z-index of the div to change, so that I may access the content ...
0
votes
2answers
27 views

How do I handle this document ready situation?

Hopefully a very simple question. I have some various js functions written as such: var app={ start:function(){ //do some stuff and call calculate }, //end start ...
0
votes
1answer
58 views

Re-writing pure javascript to jQuery

I'm wondering if this code could be better written in jQuery. The code works fine in firefox but isn't working in safari or chrome and it is not giving any errors so it's pretty hard for me to work ...
0
votes
4answers
37 views

isnan function accepting dots

isnan() function also accepting .(dots). How to prevent them. This is sample code: var Price = $("#Price").val(); if (Price == "") { alert ("Required!"); ...
0
votes
1answer
18 views

jquery accordion multi form in one page and when one form do not submit the other form remain lock

I need to make some changes to this page: http://sirpaff.selgis.com/v1.1/CrearNuevaFichaFamiliar.php As you can see there has a jQuery script, this http://jqueryui.com/accordion/ I need that when a ...
0
votes
2answers
40 views

jquery toggle between classes from two different buttons

I've been having trouble with a button that I'm trying to get my head around. Basically I have two buttons. Button #1 is on the side bar and has two states with the following style .Bt, .BtT { ...
0
votes
2answers
36 views

Articles Directory [closed]

Hi all I have a big question. I am currently a php beginner so the knowledge is not as experts here. But I like to learn. My problem is this, I am creating a articles directory. My scenario is this, ...
0
votes
1answer
40 views

Checking if words match with or without spaces

I have a code, I'll just give a small example below. Though what it does is gets the users name, then checks for other context. Then I check them versus eachother, and my entire script works besides ...
0
votes
1answer
40 views

iterate and replace span at the same time

Say I have the following code that iterates over the <span> inside the <div>: $('#recommendTextArea').children('span').each(function () { //mentionedFriends.push($(this).html()); ...
0
votes
0answers
20 views

Browser Autocomplete ignoring jquery actions?

Im sort of a JS noob so please bear with me-- basically I have a form in a checkout process, and all sorts of JS that alters the appearance of the text inputs based on if it has been typed ...
0
votes
1answer
33 views

Frontend Development API Tools [closed]

I'm taking the following path toward the development of a reasonably large-scale web app: mockups, screens, backend + javascript. I'm now creating the screens and doing all of my documentation in MS ...
2
votes
2answers
35 views

Disable form inputs after ajax submission

I have a form that submits via Ajax. After the user sends the form, the text changes displaying the form was sent successfully and then shows the form filled out. I want to display the form but I ...
0
votes
0answers
25 views

Using jQuery to CREATE a Web Service [closed]

This may not even be possible, but I thought I would ask anyway. I know how to consume web services with jquery/ajax, but in this case, I have a page of jQuery that makes several ajax calls to ...
0
votes
1answer
28 views

Qtip2 not showing up

I'm working on qtip2 with jquery2 and based on the source code the tooltip actually gets created and added at the end of the page DOM/HTML like so: <div id="qtip-38" class="qtip qtip-default ...

1 2 3 4 5 2517