When do you add new events for the datepicker? Is this planned or already under development? At the moment, the datepicker is useless. For example, when I choose a date, "value changed" is not called.
When do you add new events for the datepicker? Is this planned or already under development? At the moment, the datepicker is useless. For example, when I choose a date, "value changed" is not called.
It would be nice to have a "global" JavaScript file where the URLs of the rest services are defined. At the moment, in every js file are all rest URLs defined...
Is there an opportunity to call the ajax method "beforeSend"? I can only find the events Complete, Success and Error in Tiggzi. Can I do this programmatically?
Yes. I want to know how to read and set the value with JavaScript.
After selecting a date in the date picker, the value attribute of the input tag has no value/is empty.
I've tried the Tiggr function, but it still doesn't work. The selector and the value is correct. Can you try if it works (in your application)?
Thanks for your help.
How can I set a date in the date picker? I've tried this, but I can only set the value attribute which is not used (always empty after choosing a date):
$(".datePicker").find('input').attr('value', '2012-05-14');
Thanks for your help!
I want to select an option of the select menu. I've tried
$(".selectMenu").val(2);
This should select the option with value 2, but it doesn't work.
In a normal HTML page, it works. How do I solve this problem?
I would like to invoke a rest webservice after selecting a date in the date picker. I have tried events like "value change", "selected", "input", but it does not work.
Can someone help me? Thanks.