The onselect tag has no wiki summary.
1
vote
1answer
26 views
Close Jquery datepiker on date select
I have been using the jquery datepicker and it was working fine till the time I used custom validator and required field validator on the date textbox.
I have noticed that it is not closing on date ...
0
votes
0answers
28 views
combine onselect in jquery to restrict date and populate weeknumber.
How to contact these two onselect, one onselect restricts the date not greater than other and other populates the weeknumber. I would like to add the two onselect statement together.
Any assistance ...
0
votes
1answer
121 views
jQuery - jqGrid - submit buttons in each row
Using jqGrid 4.5.2 & jQuery 1.9.1. I have a jqGrid in a web page that displays rows of data returned from a query. Each row in the grid will have 2 submit buttons that by default are disabled, ...
1
vote
1answer
46 views
jQuery: Adding Style to selected Day in Datepicker
I try to manipulate the datepicker of jquery, because I want a multiple selection.
Now I Want to change the style of the selected Day, for example make the text in green.
I have no idea, how I can ...
0
votes
1answer
107 views
Multiple call to onselect from select element with Angular ng-repeat
Im using an HTML select element to display an entity's field that has enumerated values in it.
Within the page, I have multiple fields for the entity, therefore multiple select elements.
Im using ...
0
votes
1answer
67 views
CJuiDatepicker hide on select
I'm trying to force the CJuiDatepicker to hide after I select the date. Nothing works. How could I achieve it?
Here's my actual code:
$this->widget('zii.widgets.jui.CJuiDatePicker', array(
...
0
votes
1answer
43 views
onSelect tax calculations
My work is only required to charge California State residents sales tax when they make a purchase. I wrote what I hoped would be a javascript function that will apply sales tax when the customer ...
0
votes
3answers
119 views
JQuery Onselect?
When I type in DPRtelephonenumber I want to repeat it in DPRcallerhometelephonenumber.
This script works as long as I am typing. But if <INPUT id="DPRtelephonenumber"> offers a drop-down from a ...
2
votes
1answer
180 views
CKEDITOR inline editor toolbar on text selection
i need to show the inline editor on text selection only.
please let me know how can i done this?
and also i need to know reposition of toolbar position..
0
votes
0answers
47 views
Firefox and IE blocks the new tab created by form submit using jquery autocomplete
I am using latest jquery an jquery-ui to implement autocomplete on my site. I want the search page to be in a new tab so I have form target value as "_blank". The submit is invoked from within the ...
0
votes
1answer
34 views
Android JSON input for setOnItemSelect
I am populating a ListView using remote JSON data in the following format:
{"nodes":[{"node":{"title":"Article#1","id":"4"}},{"node":{"title":"Article#2","id":"3"}}]}
My ListView is constructed ...
0
votes
1answer
183 views
JavaScript OnClick Select Tag Doesn't Work on Mobile Browser
I have html and js (with jquery) code like this:
<label>Nationality</label>
<select name="user_nationality" class="input">
<option value="1" selected ...
0
votes
1answer
81 views
How do I create an input box dynamically on the OnSelect event when using the Autocomplete jQuery plugin?
My case is simple. I have a container div. In it I have an input box called tagName. To this I have attached the autocomplete plugin (jquery.autocomplete.js). When the drop-down occurs, and either the ...
0
votes
0answers
203 views
jqgrid link on select row overrides formatter link
The onselectRow link works, but it overrides the formatter link.
If I comment out the OnSelect location, the formatter link works. Otherwise, the formatter link doesn't work. Anyway around that?
...
0
votes
0answers
80 views
How to “share” a datepicker that needs to call functions in different JavaScript files?
I wasn't sure how to question this, as it involves different aspects.
I have a "master" JavaScript file called timesheet.js.
And two JavaScript files called timesheet.timesheet.js and ...
1
vote
0answers
344 views
Radio list with SelectedIndexChanged not firing inside radgrid
I have a user control that contains a radio list that on SelectIndexChanged it updates a drop down.
I put together a basic page and add the user control to the page it works fine but when I move the ...
0
votes
2answers
386 views
Using MVC 4.0 and JQueryUI DatePicker, I Need to “Refresh” the page
I'm stuck on this. This is my first MVC 4.0 project. My Index page on my controller displays some information based on a date, it defaults to today.
I'm using the JQueryUI datepicker at the top of ...
0
votes
2answers
469 views
change the second datepicker's minDate depending the first one
I have two datePickers in the same page and I wanna change the second datepicker's minDate depending the first one. Here is my code:
$("#datepickerDepart" ).datepicker({
dateFormat: ...
0
votes
1answer
91 views
Function Fill some field and Submit on Select
<script type="text/javascript">
function FillCode(info) {
var str = '';
if (info != '') { str = info; }
document.getElementById('coupon_code').value = str;
}
</script>
<div ...
2
votes
2answers
683 views
Jquery UI Multiple datepickers set individual evant by id after setting options by class
I have multiple datepickers in one page.
I user class name to set the option for things like appears.
$('.datepickers').datepicker({
dateFormat: "yy-mm-dd",
showButtonPanel: true,
...
-1
votes
2answers
868 views
input[type=“submit”]:select CSS is not working
I have a .css stylesheet that has styles for my input type buttons like the following.
input[type="submit"]
input[type="submit"]:hover
input[type="submit"]:focus
the above three works but ...
2
votes
3answers
2k views
How to call a js function onSelect event of datepicker jquery?
Please anyone help me..
I have a js function
function updateAb(param){ some manipulation }
And i am calling a datepicker jquery onselect event like..
$( ".datepicker").datepicker({onSelect: ...
-2
votes
1answer
77 views
split the source of images depending upon selection
What is the best way to load images from two separate sources depending upon users selection, in this case selection of dates? Is it possible to have 2 different src paths dependent on conditions? Any ...
0
votes
4answers
607 views
Selection tab and onselect code conflict - infinite reloading of page
I use JQueryUI TABS plugin.
There is my tabs structure.
<div id="tabs">
<ul>
<li><a href='#tabs-1'>TabGroup1</a></li>
<li><a ...
0
votes
2answers
1k views
Datepicker onSelect
I have an input [date_caisse] with class: datepicker-inline AND id: [date_caisse]
I have this function initialized on all my web pages:
function InitEvents () {
$('.datepicker-inline').datepicker({
...
0
votes
3answers
2k views
on select radio, redirect to a link
I have three radios and i want onselect of anyone to be redirected to a link. Using javascript or jquery
All <input name="EventRadio" type="radio" value="" checked="checked"/>
...
-3
votes
2answers
2k views
Get image or image url on select that image [closed]
How can i get the image or image url on select that image using javascript, any examples?
Thanks
Manoj
0
votes
1answer
89 views
how do I create a jQuery nTier select compare script?
I am working with jQuery on trying to creating a match/mismatch alert. Basically I have an nTier series of drop downs and input fields.
If a user drops down the select and chooses a value and that ...
0
votes
1answer
152 views
JUI datepicker: How to assign different handlers depending on date class in onSelect function?
i am working to get a year calendar that looks and behaves exactly the same as the inline datepickers assigned to input fields on site. So i created this block
<div class="box_content">
...
0
votes
1answer
306 views
Is it possible to link AJAX autocomplete to server-side event handler?
I am developing an ASP.NET Web Forms application in C#.
In my product reservation process I am using the ASP.NET AJAX autocomplete extender to retrieve serial codes of the products based on what the ...
0
votes
1answer
125 views
How to make only one option redirect in an html form without changing the name element of the form
I have a form that goes to a payment gateway. I need to add an addition option to the drop-down list. When that option is selected the user should redirect to another page. The other options shouldn't ...
0
votes
0answers
690 views
Uplodify onSelect event problem!
I need to validate selected file in onSelect event and according to that modify content of Uplodify element for example change to error style and hide progress and add some description in percentage ...
0
votes
0answers
677 views
Text input control using css will not lose “Focus” style
I have a standard input textbox that I've styled using css and psuedo-class elements Hover and Focus. The css I am using is pretty simplistic:
.riTextBox:hover,
.riTextBox:focus
{
border: solid ...
0
votes
3answers
117 views
On select javascript not working with pull down?
I am new to javascript.
I have a function I modifed that when a user selects "Yes" from a pull down menu it creates 3 text boxes in a div area.
Here is my form pull down code:
<select ...
0
votes
2answers
1k views
Syntax for using onSelect with jQuery's datepicker
Simple enough, I hope. I'm trying to get a div to fadeIn when I click on a date in jQuery's datepicker:
<!DOCTYPE html>
<html>
<head>
<link ...
0
votes
1answer
3k views
jquery datepicker onselect simple function
The jquery datepicker plugin works, but I'd like to have onSelect triggering a function which opens a page in a new tab.
The jquery datepicker plugin works, but I'd like to have onSelect triggering a ...
0
votes
2answers
2k views
Can I use the onSelect jQuery UI DatePicker event with an inline date picker?
I'm trying to use the jQuery UI datepicker as an inline calendar. A user clicks a date on the calendar, and it runs an AJAX request to return data only from the chosen date.
The AJAX function I've ...
0
votes
2answers
544 views
How do I get the datasourceID of the datasource that is firing the onSelecting event?
I have a couple different sqldatasources on an asp.net page that all fire the same onSelecting Event Handler. The reason for this is because the same code in the event handler can be applied to all ...
2
votes
2answers
12k views
Click Listener on ListView
I have modified this example from the SDK pages to grab all the Contact Groups from the phone and display them. I cannot, however, figure out how to click one of them and then use the Groups._ID to ...
1
vote
1answer
1k views
focus on RichFaces
So, i need to focus a richfaces tag when an option is selected in my suggestionBox. Normally this wouldnt be a problem but I have the following code:
<rich:suggestionbox ...
1
vote
1answer
2k views
jQuery DatePicker OnSelect Event Fired too early
$("#div-calendar").datepicker({ onSelect: SelectedDay });
function SelectedDay(date, inst) {
var s = inst.dpDiv.find('.ui-datepicker-current-day a').parent().attr("class");
alert(s);
}
Im ...
0
votes
1answer
1k views
Have Input Box Appear On DropDown Select HTML / Javascript
Hey, I have a drop down box done in html and I'm just wondering if it would be possible to have 2 separate text boxes appear when a specific drop down item is selected.
So
Dropdown
- Item 1
...
1
vote
2answers
672 views
disable text selection and add exceptions
if i use this style for the <body>
onmousedown='return false;' onselectstart='return false;'
is it possible to give the exceptions by using javascript for inputs textareas and selects?
and if ...
6
votes
2answers
1k views
jquery datepicker prevent native click in onSelect
I'm in struggle trying to prevent native click inside jquery datepicker.onSelect event
Example below is not working, click still is being triggered:
onSelect: function(dateText, inst) {
if ...
1
vote
1answer
423 views
JQuery, Datepicker…OnSelect wont work in IE
Ok...really bugging me. Was working on all platforms, but for some reason, is not now. Go figure, IE is causing problems with the following code:
$(document).ready(function() {
...
1
vote
3answers
1k views
jQuery Datepicker onSelect is not working
I am using the onSelect event in order to set the minimum value of the EndDate equal to the value set as a StartDate. I have the same code in several pages but in one of them it does not work. If I ...
1
vote
1answer
279 views
OnSelect handler with XUL and Javascript
So I have a tree of items created using XUL. When I select item from this tree and click a View button I want to display information about the selected item. I do it as below but the button does not ...
0
votes
1answer
2k views
jquery ui datepicker onselect inst target
So I have what I think is a pretty basic question but I cant for the life of me figure it out. How do you reference the selected date element (dom) once clicked. I have tried this:
...
0
votes
5answers
8k views
Select Menu, go to url on select with JQuery?
I have the following html:
HTML markup
<ul id="test">
<li><a href="http://www.yahoo.com">yahoo</a></li>
<li><a ...
1
vote
1answer
699 views
jQuery datepicker onSelect set multiple row values
On the select event of the datepicker I need to add and set values in multiple rows. In other words, I have something like this...
Days Value
Row 1 7
Row 2 2
Row 3 3
I have the ...
