Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
t1mmen committed Nov 29, 2011
1 parent 28179ba commit c9b4a3d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.html
Expand Up @@ -181,13 +181,12 @@ <h4>So you want the options? <small>You can't hand.. err, I mean, sure, here are
target : false,

// How do you want the response placed in the target?
// @todo this – help plez?
targetMethod : 'replaceWith',

// Using Bootstrap's modal script or Facebox? This one's for you:
closeModal : false,

// What should the success message read?
// What should the success message read? Set to false for no message.
successMessage : 'Great success!',

// .. and with what (bootstrap) alert-message class?
Expand All @@ -200,7 +199,7 @@ <h4>So you want the options? <small>You can't hand.. err, I mean, sure, here are
successUrlDelay : 0,

// Where should the successMessage be shown?
// If you don't specify the $.handleForm() will create and .append it to your $(selector)
// If you don't specify the plugin will create and .append it to your $(selector)
successContainer : '.success-message-container',

// When things go wrong, what should we tell the user?
Expand Down

0 comments on commit c9b4a3d

Please sign in to comment.