Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Custom Thread Fields Dependencies
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #4
RE: Custom Thread Fields Dependencies
^ Thanks for sharing.  One improvement, use the DOM ready listener rather than window.onload (which limits you to only one listener on the page), eg:

Javascript Code
document.observe("dom:loaded", function() {
  $('xt_tb1').hide();
  $('xt_tb2').hide();
});


My Blog
12-23-2013 06:41 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
Custom Thread Fields Dependencies - RateU - 12-06-2012, 05:06 AM
RE: Custom Thread Fields Dependencies - ZiNgA BuRgA - 12-23-2013 06:41 PM

 Standard Tools
Forum Jump: