This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes HTML, CSS and JavaScript and the fly likes Passing Variables Through Callback Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Passing Variables Through Callback" Watch "Passing Variables Through Callback" New topic
Author

Passing Variables Through Callback

Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15230

I'm trying to go through some of my code and get rid of some duplicate boilerplate. Through out my app, I need to confirm certain things, like deleting. So I have something like this...so far...See the comments in the live click event for what I actually need to do.

Ankit Garg
Saloon Keeper

Joined: Aug 03, 2008
Posts: 9189
    
    2

What if you add the two values as parameter to showConfirmDialog method and pass it to the callback (I'm no javascript guru so this might be a wrong solution)

Edit: I'm completely sure now that this post is useless, changing the parameters of showConfirmDialog/confirmRemoveMember must not be a choice...


SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15230

Right, because not everything I use a confirm for uses those parameters.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Passing Variables Through Callback
 
Similar Threads
Passing arguments to function passed to event click function.
DWR callback updating dom elements, jquery ui datepicker attached to updated element not showing up
Replacing Element Body with jQuery.load(), What Happens To Old Elements?
JQuery.UI Dialog & $().load() & JavaScript
Grails Tutorials Available.