jQuery UI component initialization syntax
Hi. What is the correct syntax for initizalizing a component using 2 arguments? If I use :
- $('<%= "#" + tbDespatchDate.ClientID %>').daterangepicker({arrows : true}, {rangeSplitter : "!"});
only the first argument has any effect, whereas if I use
- $('<%= "#" + tbDespatchDate.ClientID %>').daterangepicker({rangeSplitter : "!"});
or