Browse by Tags

Related Posts

  • select looses event handlers when items collection is modified in FireFox

    I have a simple script that clears, then re-adds items to a select element on a page after receiving the element array from a WCF service call. the onchange event for the select box is set in the markup (I have also tried using $addHandler(select, "change", my_handler) to no avail). This works...
    Posted to Client Side Web Development (Forum) by chadscharf on 04-11-2008, 12:00 AM
    Filed under: javascript, Firefox, dropDownList, events, select
  • Register to DropDownExtender events

    I have a javascript function "myFunction()". I would like this to be called every time the DropDownExtender drops down! Could someone point me in the right direction about how to do this? I think that it basically involves the following steps, but I could use a little help with the implementation...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by jshallard on 04-18-2008, 12:00 AM
    Filed under: JavaScript, DropDownExtender, events
  • Re: return string[] from PageMethod + click on the row + div !?

    Hi, Firstly, I wouldn't build the elements in a string. Build your elements using DOM (i.e. document.createElement), this will allow you to attach handlers to your events using $addHandler. You could do something like: var message = 'hello'; var div = document.createElement('div'...
    Posted to ASP.NET AJAX UI (Forum) by kim3er on 04-30-2008, 12:00 AM
    Filed under: Javascript, Events, dom
Page 1 of 1 (3 items)