search for: post_parameters

Displaying 1 result from an estimated 1 matches for "post_parameters".

Did you mean: list_parameters
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'','...