Displaying 1 result from an estimated 1 matches for "target_el".
Did you mean:
target_hw
2008 Aug 20
1
Facebook javascript (FBJS) library
...ent visibility
$(''test1'').toggle();
Remove an element from the dom
$(''test1'').remove();
Get a hash of calculated element dimensions width/height as integers
$(''test1'').getDimensions()
Update remote
Update: function(target_element, response_type, action_path, callbacks,
post_parameters)
(FBML/RAW)
Ajax.Update(''test1'', ''FBML'', ''http://...'',{ success: function(){} })
Load Remote
Load: function(response_type, action_path, callbacks, post_parameters)...