Jquery datetimepicker issue

mrsamazinzg

New Member
Hi everyone i am trying to add the datetimepicker in my project it works fine no doubt. The example has following code \[code\] //javascript $(function(){ $('.example-container > pre').each(function(i){ eval($(this).text()); }); }); //html <div class="example-container"> <input type="text" name="basic_example_1" id="basic_example_1" value="" /> <pre>$('#basic_example_1').datetimepicker();</pre> </div>\[/code\]but i don't want to use the pre(child of example-container). Is any body having idea about it. any suggestion would be appropriated.
 
Back
Top