Displaying 1 result from an estimated 1 matches for "post_paramet".
Did you mean:
post_params
2008 Aug 20
1
Facebook javascript (FBJS) library
...);
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)
(FBML/RAW/JSON)
Ajax.Load(''JSON'',...