Reply to thread

if i run it via the fire bug console and change the prefix it's showing the popup 2 times (i think because of my own second )...

 

Without running [code] $('select.TitlePrefix').bind('XFSetPrefix', function(){confirm('hello world')});[/code] in the firebug console nothing happens:D

 

that's the content of the file

[code]

!function($, window, document, _undefined) {

    $('select.TitlePrefix').bind('XFSetPrefix', function(){confirm('hello world')});


}

(jQuery, this, document);[/code]


Back
Top Bottom