Skip to content

Commit

Permalink
Merge pull request #264 from Andrewglass1/master
Browse files Browse the repository at this point in the history
adding andys jquery notes
  • Loading branch information
jcasimir committed May 29, 2012
2 parents 76cbac2 + 70e4c81 commit 6de788c
Showing 1 changed file with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
https://github.com/Andrewglass1/feed_engine/blob/master/app/assets/javascripts/dashboard.js.coffee

lines 108-129

This code adds points via an ajax request. It then sets off a method that fetches the points for that particular post. This was important based on the requirements for the project re: points.






https://github.com/Andrewglass1/feed_engine/blob/master/app/assets/javascripts/handlers.js.coffee
lines 42-53


this jquery implementation works to show a users current authentications on our page.

It is slightly different than similar calls than similar methods in out app and uses a getJSON call to check what authentications the user has, and dynamically creates the page content based on this.
It uses getJSON call to check what authentications the user has, and dynamically creates the hides/shows the page content based on this- allowing users to either delete or remove an authentication.

0 comments on commit 6de788c

Please sign in to comment.