(function ($) { // var resultsName = ""; var inputElement; var displayElement; $.fn.extend({ cronGen: function (options) { if (options == null) { options = {}; } options = $.extend({}, $.fn.cronGen.defaultOptions, options); //create top menu var cronContainer = $("
", { id: "CronContainer", style: "display:none;width:300px;height:300px;" }); var mainDiv = $("
", { id: "CronGenMainDiv", style: "width:410px;height:420px;" }); var topMenu = $("