Skip to content
  • Home

My PHP / Javascript / JQuery notes

My programming notes made during system developments

Category: colorbox

Posted in colorbox, DOM, Javascript

Colorbox – Closing the window

Posted on December 5, 2018 by edleightonprogrammer

function closeMyColorbox() {

window.parent.$.colorbox.close();

}

Posted in colorbox

Instantiating a colorbox

Posted on November 27, 2018November 28, 2018 by edleightonprogrammer

Colorbox.png

function Delete (isn) {

$.colorbox({

width : ‘95%’,
height : ‘70%’,
iframe : true,
opacity : 0.5,

href : ‘inl_sev_011_Z_ver.php?ISN=’+isn,

fastIframe : false,
fixed : true,

onClosed : function(){

wysTabelPDF ();

}

});

}

Posted in colorbox

Closing a colorbox

Posted on November 27, 2018November 27, 2018 by edleightonprogrammer

function closeMyColorbox() {

window.parent.$.colorbox.close();

}

Categories

  • Bootstrap (4)
  • charts.js (1)
  • colorbox (3)
  • DOM (8)
  • EasyUI (3)
  • Font awesome (4)
  • HTML (12)
  • Javascript (34)
  • JQuery (27)
  • JSON (7)
  • NOTY (3)
  • PHP (29)
  • SQL (10)
  • zebra_form (17)
Create a free website or blog at WordPress.com.
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
  • Subscribe Subscribed
    • My PHP / Javascript / JQuery notes
    • Already have a WordPress.com account? Log in now.
    • My PHP / Javascript / JQuery notes
    • Subscribe Subscribed
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
 

Loading Comments...
 

You must be logged in to post a comment.

    Design a site like this with WordPress.com
    Get started