Hi all, I just try to show a datepicker and hide it , but it faild. jquery version is 1.2.6 and jquery ui version is 1.6rc2(i try 1.5.2 version too , result is same) anything wrong? forgive my poor english . thanks in advance
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:// www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>document</title> <script language="javascript" src="file:///D|/workspace/eclipse/ eclipse/adsx/src/main/webapp/scripts/jquery/jquery.js" ></script> <script language="javascript" src="file:///D|/workspace/eclipse/ eclipse/adsx/src/main/webapp/scripts/jquery-ui-1.6rc2.js"></script> <script language="javascript"> $(function(){ console.debug("start"); $("#date").datepicker().datepicker("show").datepicker("hide"); }); </script> </head> <body> <input id="date" type="text" /> </body> </html> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
