I think your approach is good but it is global (one js big function for all application). The solution with livequery is better (livequery listens for some js event types and call automatically some js functions using selectors for filtering). In my pages without tables but with ajax components the js global function is call unnecessary. I need only the dom methods used by wicket ajax for modifications to specify in livequery. Is that making sense?
Thanks, Decebal -- View this message in context: http://www.nabble.com/wicket-and-livequery-%28jquery-plugin%29-tp25489994p25490848.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
