Forum: JavaScript / DHTML / AJAX Feb 27th, 2007 |
| Replies: 1 Views: 6,060 Hello all,
I have a very simple html table with collapsible rows and sorting capabilities. The collapsible row is hidden with css rule (display:none). When one clicks in the left of the expandable... |
Forum: JavaScript / DHTML / AJAX Feb 11th, 2007 |
| Replies: 2 Views: 3,468 Thank you so much for your reply. I would suggest you just to copy and paste the code and create one .html file. Then if you open the file and play with it, you will notice the problem. It does... |
Forum: JavaScript / DHTML / AJAX Feb 6th, 2007 |
| Replies: 2 Views: 3,468 Here's one problem to sort html table. The rows have their collapsible child rows. I want them to be in order after sorting the rows. Help appreciated.
<html>
<head>
<title>Expandible row... |
Forum: JavaScript / DHTML / AJAX Feb 1st, 2007 |
| Replies: 1 Views: 7,379 can anyone pls help me why FIREFOX displays 'reference to undefined property' message for this html page? It works fine in IE.
[code]
<html>
<head>
<title>Expandible row test in... |
Forum: JavaScript / DHTML / AJAX Jan 31st, 2007 |
| Replies: 1 Views: 6,789 Hello all,
I am new to javascript and cross-browsing. I have a XSLT generated HTML document which works fine ini IE and opera but have problems with firefox. I tried to debug with firebug but i have... |