Tagged Questions
0
votes
0answers
192 views
how to check that at least one check box should be selected out of group of checkbox on click of one another checkbox?
I have a form and in which there are some groups of check boxes. Please find the below code.
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
...
0
votes
3answers
274 views
How to: dynamic jQuery, pick at least one, validation with mask
I have a dynamic list of textboxes to capture one or more currency amounts.
I want at least one of the textboxes to have a valid currency amount.
I can't get it to quite work. I would really ...
0
votes
2answers
208 views
Generic selection using jquery validate
As a relative jquery novice please bear with me if there is a simple solution to my problem. Using jquery validate works beautifully when selecting by unique ID eg.
$("#myForm").validate({
debug: ...
1
vote
1answer
738 views
jquery numberOfInvalids( ) function is not working
I am using jquery validation plugin 1.9.0 . I have downloaded the plugin from here: http://bassistance.de/jquery-plugins/jquery-plugin-validation/
I have copied the following code from this link ...
1
vote
3answers
210 views
How to check if the radio buttons has already bound with a “change” event handler
If I have radio buttons :
<input id="y0" type="radio" name="myRadioBtns" value="a" checked> <label for="y0"></label>
<input id="y1" type="radio" name="myRadioBtns" value="b"> ...
0
votes
1answer
2k views
Jquery Validate errorPlacement
I'm validating a form with jquery validate, and having a little trouble consistantly setting the error placement. The input field have different levels of nesting, some are in div some are in nested ...
0
votes
3answers
638 views
How to change the HTML elements dynamically in my case?
I have a group of radio buttons on my page:
<form ...>
<input type="radio" name="people" checked> Student
<input type="radio" name="people"> Teacher
<input type="radio" ...
-2
votes
1answer
492 views
create jQuery validation and redirect page to other address
How is create a jQuery validation that after click on button submit page redirect to a other address?
Please give me a example, of each jQuery validation,(like:Empty field(input))
With respect
0
votes
1answer
585 views
how is create masked Input with jQuery?
hos can create masked Input for date and time by jQuery?
i not want use of plugin.
like:
date-> ____/__/__ & time-> __:__
date-> text-algin: right;
time-> text-algin: left;
1
vote
3answers
356 views
preview of text using jquery
I have the following html
<img src="a.jpg" /><p> This is some random text and just to test this example. This is some random text and just to test this example. This is some random text ...
0
votes
1answer
48 views
jquery selector help
Is it possible to use AND operator in jquery selector? My requirement is, I have a hidden input field inside an li tag. This li will be hidden based on some operation. In another button click I ...
0
votes
1answer
100 views
select all functionality check boxes
In the below code i am trying to implement the selectall functionality.when i clcik on select all checkbox the checkbox named sts is not getting selected.what am i doing wrong
...
0
votes
2answers
872 views
get id attribute of selected items in drop down box
I have many drop down boxes with the name emp .so in the below code i am trying to print the id of the boxes but some how it is printing empty what am i doing wrong here
var selected_emp = ...
0
votes
2answers
408 views
get drop down box attributes
In the below i have a a div with employee names and ahave to assign a grade for them,my question is that i have get the empid for all the selected values in getgrade_values function.Using jquery how ...
2
votes
2answers
2k views
Jquery Validation for HTML form
I want to validate the text area and select box in html form before submitting the html form with jquery anyone can help me for that (form is summiting without refresh). I am facing problem is that I ...
2
votes
2answers
170 views
jQuery validation help
//in here i want to insert only numbers.how can i do that?
function validate_proprty_price()
{
if($("#proprty_price").val() == '')
{
proprty_price.addClass("error");
...
2
votes
5answers
145 views
How to do maths in if and else in jquery?
Hello guys!
I have been trying to create a if/else statement code in jQuery but I guess my if/else statement is resting in peace! I don't know what is getting wrong I have did everything and still it ...
0
votes
2answers
78 views
E-mail form interactivity
I'm a web development student and I need some help. I have the code below; How do I make it work only when the form is submitted and not the text field is clicked. I also would like it to get and ...
0
votes
2answers
42 views
jQuery: selecting elements according to the beggining and the end of the name attribute
i have this code:
<script>
$(document).ready(function(){
$('form').validate({
//rules: { 'input_name': { email: true} },
rules: { 'name^=input', 'name$=jander': { email: true} },
...
0
votes
4answers
62 views
JQuery form validation question
I have a search form where it has about ten fields. Couple of them are input elements of type "text" and couple of them are select boxes. User should select at least one criteria to search. I can ...
0
votes
2answers
31 views
Determine table content from jquery
Initially there are only th in in the table.My question is that from jquery how to detect if the table has any tds which would be later added at some point of time
<table>
...
0
votes
2answers
43 views
Run an if statement for each element of a certain class in jquery
Each input in a certain area of a form have the .validate class. The problem is, is when an if statement is run, this one in particular:
$("#form").live('submit', function(){
...
0
votes
2answers
54 views
jquery selector help
Im assembling a form validation script and Im pretty stuck on this:
$("*").live('click', function(){
if($(".validate").val()=="")
{
$(this).addClass("partError");
}
});
The ...
1
vote
2answers
38 views
Reinsert position of the div
On some javascript condition, How to remove mynavbar and insert into main_table div
<div id="mynavbar" > <div>Some content</div> </div>
<div id="main_table"> ...
1
vote
3answers
59 views
Question regarding ready function
My page content.html is called from another page.My question is that there are only AJAx calls made in our page.So in my page i notice that ready function is not called every time.I have to clear my ...
2
votes
1answer
596 views
Conditionally set an attribute of input fields to required if a checkbox is selected using jQuery
I'm using the jquery Tools validator plugin and I have a form with several sections. Each section has a checkbox at the top that I want to be like a main switch for each section - to programatically ...
0
votes
3answers
596 views
Jquery toggle and show
In the below code,On click Details link the div should show up in an iframe with scroll bar and click on the link again the iframe and the div should not ne show.How to do this
<script>
...
0
votes
2answers
133 views
Can we validate a html page fields which does not contain form tag using jquery?
This is code snippet of my html page can i validate the two text feilds specified using jquery ,i am not using any form tag in my html page
<div id="panel1">
<fieldset id="fieldset1"> ...
0
votes
1answer
230 views
Jquery remove,add and find query
In the following code,after removing the checkboxes and adding it again.The alert always becomes true for "could not find checkboxes"
<div id="r_n">
<div name="r_t"><input ...
0
votes
1answer
1k views
jquery confirm and exit functionality
In the html page shown,where is window.onbeforeunload = confirmExit code to be placesd so that when validate div is shown the alert message does not appear when the user clicks on cancel or save ...
0
votes
2answers
65 views
show() checkbox with jqueryj
If a checkbox is hidden using jquery .hide how to show it again if we know the value in the following case
<input type="checkbox" value="1" name="m_q"/>
<input type="checkbox" ...
0
votes
2answers
254 views
Split a string on a pattern
var a="##55##data1!!##66##data4545!!##77##data44!!";
how to remove ##664545##data!! from the string
Edit:if we know the start value in a string i.e,##66## and the end value ie,!!
In the main ...
3
votes
2answers
2k views
Passing a self object in jquery
In the below code how to pass the div object inside validate function
<div><input type="text"></input>   <a href="#" onclick="validate("Hot ...
0
votes
3answers
1k views
Jquery remove selected div
<div id="a_all">
<div>  <input type="checkbox" name="m_a">1</input<br></div>
...
0
votes
2answers
552 views
jquery checkbox properties
In the below code how to get the checkboxes that are selected only and remove it from the list using jquery and populate the removed html in the div
<div id="section_val">
<input ...
2
votes
1answer
203 views
jQuery checkbox undo solution
<table>
<tr>
<td>
<div>
<input type="checkbox" id="home1">Home1</input>
<input type="checkbox" id="home2">Home3</input>
...
2
votes
1answer
1k views
jQuery textarea - insert pattern cursor position
In a text area how to insert the pattern name next to the cursor position using jQuery and after which the cursor should be after the pattern:This should happen on the button click
<input ...
1
vote
1answer
178 views
checkbox properties using jquery
<input type="checkbox" id="var1" name="s_k" >
<input type="checkbox" id="var2" name="s_k">
<input type="checkbox" id="var3" name="s_k">
At some point the checkbox id=var1 is ...
0
votes
2answers
214 views
checkbox attributes in jquery
In IE7 only onselecting selectall checkbox only one checjbox gets selected on firefox this works fine..How can this be fixed
<input type='checkbox' id='selectall' name='selectall' ...
0
votes
2answers
119 views
jquery plugin syntax identifier
Any jquery tool for code identifier.i.e,the plugin should identify the language keywords for c,c++..
0
votes
3answers
667 views
JQuery set attribute of an element
In the following code
<script>
$(document).ready(function() {
if(load_flag == 0)
{
var html = '';
html += "<div id ='err_msg' ...
0
votes
1answer
108 views
Any tricks to finding a lost jQuery object?
I'm working with jQuery.validate. One of its options is "success" where a function can be called upon valid user entry on a form. The only argument that can be passed is "label" which (as I ...
0
votes
1answer
1k views
Customizing jQuery validate to pop-up error message over an icon
This might be a fundamental jQuery misunderstanding but I've got to ask...
I'm trying to get the jQuery.validate to display its error messages on qTip, a jQuery plugin for customizing tooltips. ...
0
votes
0answers
108 views
jquery attribute value in a loop [duplicate]
Possible Duplicate:
attribute value
I have an atribute test that I get the value of like this
$('#row').attr("test"); //this works
now I need to put this in a loop and get the value but ...
1
vote
3answers
3k views
jquery mouseover/mouseout
In the following code once the mouse out is done the mouse over again does not work ,what is the work around for this
<!DOCTYPE html>
<html>
<head>
<style>
/* div { ...
1
vote
1answer
271 views
Jquery plugin tools for maps
Can anyone suggest a link or an example to create an atlas like tool using jquery
What does google maps use?
Thanks..
2
votes
3answers
761 views
validate dynamically added textbox
In the below code how to validate for null values for only the dynamically added text box i.e,r_score1,r_score2.........
<script>
function validate()
{
//How to validate the ...
1
vote
3answers
187 views
Focusing a textarea
Int he below code a textarea is added 6 times and initially the textarea conatins the text Enter Text.
My question is, if the user enters data in first and third textareas.
How to give alert to the ...
0
votes
2answers
8k views
jquery textarea validation
How to check for null,white spaces and new lines while validating for a textarea using jquery.
If the textarea is empty and has only new lines or spaces should raise an alert
4
votes
3answers
20k views
Get value of multiselect box using jquery or javascript
In the code below, how to get the values of multiselect box in function val() using jquery or javascript.
<script>
function val()
{
//Get values of mutliselect drop down box
}
...