Here is another example of using jQueryUI in a Salesforce custom button. I’m referencing Super Clone Pro pages that use different configurations for cloning in this example. This could easily be adapted for other pages or actions. Enjoy! {!REQUIRESCRIPT(‘//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js’)} {!REQUIRESCRIPT(‘//ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/jquery-ui.min.js’)} var $j = jQuery.noConflict(); $j(function() { var winHead = ” + ”; var winBody =…
Read moreAlert with Option Buttons in the Window Body – jQueryUI in a Salesforce Custom Button
Categories: JavaScript / Web Development