hi, i will paste the code here ....i cant show the live page as its password protected.
<!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> <script src="js/jquery-1.3.2.js" type="text/javascript" charset="utf-8"></script> <link rel="stylesheet" type="text/css" href="styles/master.css" media="screen"/> <link rel="stylesheet" type="text/css" href="styles/tableFilter.css"> <link rel="stylesheet" type="text/css" href="styles/ tableFilter.aggregator.css"> <link type="text/css" href="styles/smoothness/jquery- ui-1.7.1.custom.css" rel="stylesheet" /> <script type="text/javascript" src="js/jquery- ui-1.7.1.custom.min.js"></script> <script type="text/JavaScript" src="js/jquery.cookies-packed.js"></ script> <script type="text/javascript" src="js/prototypes-packed.js"></script> <script type="text/javascript" src="js/json-packed.js"></script> <script type="text/javascript" src="js/jquery.truemouseout- packed.js"></script> <script type="text/javascript" src="js/daemachTools-packed.js"></ script> <!--script type="text/javascript" src="js/jquery.tableFilter- packed.js"></script--> <script type="text/javascript" src="js/jquery.tableFilter.js"></ script> <script type="text/javascript" src="js/jquery.tableFilter.aggregator- packed.js"></script> <script type="text/javascript" src="js/jquery.tableFilter.columnStyle- packed.js"></script> </head> <body> <br> <script language="javascript"> $(document).ready(function () { $("#dob").datepicker( {showOn: "button", buttonImage: "images/icons/calendar.png", buttonImageOnly: true, dateFormat:"yy-mm-dd", changeMonth: true, changeYear: true }); $("#maday").datepicker( { showOn: "button", buttonImage: "images/icons/calendar.png", buttonImageOnly: true, dateFormat:"yy-mm-dd", changeMonth: true, changeYear: true, } ); $("#datatable").eq(0).tableFilter({sortOnLoad:1}); }) </script> <script language="javascript"> function checkAll(field){ for(var i=0;i<field.length;i++){ field[i].checked = true; } } function uncheckAll(field){ for(var i=0;i<field.length;i++){ field[i].checked = false; } } </script> <br> <span id="error"></span> <table border=1 class='display'> <thead class='tablehead'> <th id="formhead">Add New User here.</th> <th>Users</th> </thead> <tbody> <tr valign='top'> <td width="100px" id="form"> <form method='post' action='recordseditor.php'> <table> <tr> <td>Name*</td> <td> <input type='text' name='name' id="name" > </td> </tr> <tr> <td>Company Name</td> <td> <input type='text' name='company_name' > </td> </tr> <tr> <td>Dept.</td> <td><input type='text' name='dept' ></td> </tr> <tr> <td>Cell Number*</td> <td><input type='text' name='cell_number' > </td> </tr> <tr> <td>Off Phone</td> <td><input type='text' name='off_phone' > </td> </tr> <tr> <td>Home Phone</td> <td><input type='text' name='home_phone' > </td> </tr> <tr> <td>Other Phone</td> <td><input type='text' name='other_phone' ></td> </tr> <tr> <td>Fax</td> <td><input type='text' name='fax' ></td> </tr> <tr> <td>Email 1*</td> <td><input type='text' name='email1' ></td> </tr> <tr> <td>Email 2</td> <td><input type='text' name='email2' ></td> </tr> <tr> <td>DOB</td> <td><input type='text' name='bday' id='dob' ></td> </tr> <tr> <td>Anniversary Date</td> <td><input type='text' name='maday' id='maday' ></td> </tr> <tr> <td>Add Line 1</td> <td><input type='text' name='add1' ></td> </tr> <tr> <td>Add Line 2</td> <td><input type='text' name='add2' ></td> </tr> <tr> <td>Add Line 3</td> <td><input type='text' name='add3' ></td> </tr> <tr> <td>City</td> <td><input type='text' name='city' ></td> </tr> <tr> <td>State</td> <td><input type='text' name='state' ></td> </tr> <tr> <td>Postal code</td> <td><input type='text' name='postal_code' ></td> </tr> <tr> <td>Country</td> <td><input type='text' name='country' ></td> </tr> <tr> <td valign="top">Groups</td> <td> <select name='tag[]' multiple size=10> <!--option value='all'>--Select All--</option--> <option value='11' >R C Thane</option><option value='9' >RTN.</ option> </select> </td> </tr> <tr> <td>Description</td> <td><input type='text' name='description' ></td> </tr> <tr> <td></td> <td><input type='submit' name='add_user' value='Save' id='save'></td> </tr> </table> </form> </td> <td> <form name='contacts' method='post' action=''> <input type='hidden' name='action' id='action'> <table width='100%' id='datatable'> <tr class="tablehead"> <td><a href="javascript:void(0);" onClick="javascript:checkAll (document.getElementsByName('cell_numbers[]'));">All</a> <a href="javascript:void(0);" onClick="javascript:uncheckAll (document.getElementsByName('cell_numbers[]'));">None</a></td><td>Cell Number</td><td>Name</td><td>Groups</td><td>DOB</ td><td>Anniversary<br>Date</td><td>Company<br>Name</td><td>Dept.</ td><td>Off Phone</td><td>Home Phone</td><td>Other Phone</td><td>Fax</ td><td>Email 1</td><td>Email 2</td><td>Address</td><td>Description</ td><td>Action<br><a href="recordseditor.php">Create New</a> </td> </form> </td> </tr> </body> </html> regards, saurabh On Jun 17, 4:30 pm, Peter Marino <[email protected]> wrote: > HI, > what is your html code? plz show. > > peter > > > > On Wed, Jun 17, 2009 at 1:23 PM, Saurabh <[email protected]> wrote: > > > hi, > > > i have checked it in following browsers > > 1. Firefox ...... dont work > > 2. IE6.............dont work > > 3. IE7.............dont work > > 4. IE8.............dont work > > 5. Safari.........WORKS!!!! > > > Regards, > > Saurabh > > > On Jun 17, 4:17 pm, Ca-Phun Ung <[email protected]> wrote: > > > Hi, you have a trailng comma. If you're looking at this in IE then > > > that could be the problem. > > > > On Wednesday, June 17, 2009, Saurabh <[email protected]> wrote: > > > > > hi, > > > > > i am using jquery ui to get date picker. > > > > > below is my code > > > > > $("#maday").datepicker( > > > > { > > > > showOn: "button", > > > > buttonImage: "images/icons/calendar.png", > > > > buttonImageOnly: true, > > > > dateFormat:"yy-mm-dd", > > > > changeMonth: true, > > > > changeYear: true, > > > > } > > > > ); > > > > > i can see datepicker with #maday byt when i click on year or month, > > > > the dropdown dosent open > > > > > please let me know what is wrong. > > > > > regards, > > > > saurabh > > > > -- > > > Ca-Phun Ung > > > +http://yelotofu.com > > > + hongkong, zce, jquery, jqueryui, php, css, html > > -- > Power Tumbling -http://www.powertumbling.dk > OSG-Help -http://osghelp.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
