JQuery to Mootools
-
Hi, Can anybody help me converting this jquery code into mootools, please? $("#" + '<%= txtInput.ClientID %>').parent().find(".textboxlist-bit-box-deletebutton").each(function(){ $(this).click(); });
Best wishes
-
Hi, Can anybody help me converting this jquery code into mootools, please? $("#" + '<%= txtInput.ClientID %>').parent().find(".textboxlist-bit-box-deletebutton").each(function(){ $(this).click(); });
Best wishes
Breaking it down; Find ObjectA Get Parent(Object B) of ObjectA Get all Child objects (CollectionA) of ObjectB where they contain .textboxlist-bit-box-deletebutton For each member (this) of CollectionA execute the click() method. As for the exact syntax to MooTools, i'll pass, as haven't used it yet! :)
Dave Find Me On: Web|Facebook|Twitter|LinkedIn
Folding Stats: Team CodeProject