Tagged Questions
The onselect tag has no wiki summary.
5
votes
2answers
482 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 ...
4
votes
8answers
25k views
jQuery datepicker, onSelect won't work
I can't get onSelect working on my jQuery datepicker.
Heres my code:
<script type="text/javascript">
$(function() {
$('.date-pick').datePicker( {
onSelect: function(date) {
...
3
votes
1answer
1k views
jquery datepicker onselect event handler multiple times
I am trying to handle the same onSelect event on a jquery datePicker object twice. From what i understand the event can be handled multiple times, but when i try this only one of the event handlers ...
3
votes
3answers
4k views
JQuery Datepicker OnSelect and TextChanged problem
Since adding an OnSelect to my Datepicker, the TextChanged event no longer fires for this control. My code is as follows:
$(function() {
$("#<%=txtStartDate.ClientID %>").datepicker({
...
1
vote
1answer
548 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
2answers
332 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 ...
1
vote
1answer
248 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
502 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
139 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 ...
1
vote
1answer
455 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 ...
1
vote
3answers
155 views
Can I get a Javascript event from the selection of text outside of text or textarea?
I would like to know when a user selects text in an html page using Javascript. The text should not be editable. The onselect event seems to be only applicable to <textarea> and <input ...
0
votes
3answers
52 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"/>
...
0
votes
1answer
44 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
67 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
90 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
26 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
204 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
61 views
Improving User Experience with Forms, Select, and Fancybox
I am trying to provide a drop-down menu using "select" and "option" to allow a user to view a specific form in a fancybox iframe.
As the code sits, the only thing that happens is a new page is ...
0
votes
0answers
172 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
64 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
259 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
1k 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
820 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
186 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 ...
0
votes
2answers
3k 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 ...
0
votes
1answer
580 views
jQuery DatePicker OnSelect Event Fired to 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
470 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
...
0
votes
1answer
700 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
3k 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 ...
0
votes
3answers
1k views
Order of onclick and onselect javascript events
When a user clicks on a select control to select an option, do both the onclick and onselect events fire? If so, in what order? Is it browser-dependent?
Thanks!
0
votes
2answers
9k views
problem with jquery datepicker onselect
Following the basic onSelect spec on the jquery site I tried the following code:
<!DOCTYPE html>
<html>
<head>
<link type="text/css" ...
0
votes
2answers
819 views
Onselect event doesn't fire on div
I have been unable to trigger an onselect event handler attached to a <div> element. Is it possible to force a <div> to emit select events?
-4
votes
2answers
65 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