jQuery Damaged Hyperlink Checker Plugin: jsLink

You may also like...

3 Responses

  1. Bloque says:

    Hola,

    Quería probar este plugin en mi joomla 1.5.xx, pero al intentar instalarlo, me dice el instalador propio de joomla: ¡Error! No puedo encontrar un archivo de configuración XML en el paquete, Como puedo instalarlo ?

    Un saludo y gracias.
    PD.: si es posible, contestenme al e-mail.

  2. AJ says:

    Works great, but it seems to only check for 200 – OK responses. However, a lot of valid links result in redirects (301, 302), followed by a 200.

    Any chance of accommodating this?

  3. Aaron says:

    I am trying to expand on this by making it run on hotkey combination using the below code.

    $.getScript(‘js/lib/hotkeys/jquery.hotkeys.js’, function() {
    $(document).bind(‘keydown’, ‘Ctrl+q’,function (evt){
    $(‘head’).append( $(”, { rel: ‘stylesheet’, type: ‘text/css’, href: ‘js/lib/link-checker/link-checker.css’}) );
    $.getScript(‘js/lib/link-checker/link-checker.js’, function() {
    $(”).insertBefore(‘#content’);
    $(‘#link-checker’).linkchecker();
    });
    });
    });

    I am having a problem with the images being refernced to the root. How can i make this work and show the images being used in the plugin?

Leave a Reply

Your email address will not be published. Required fields are marked *


Make sure you enter correct answer before you hit \'Send\' button *