Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8881101
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T20:16:42+00:00 2026-06-14T20:16:42+00:00

I would like to use this script as a function : jQuery(function ($) {

  • 0

I would like to use this script as a function :

jQuery(function ($) {
    var kkeys = [],
        login = '76,79,71,73,78'; //login
    $(document).keydown(function (e) {
        kkeys.push(e.keyCode);
        if (kkeys.toString().indexOf(login) >= 0) {
            $(document).unbind('keydown', arguments.callee);
            return hs.htmlExpand(this, {
                contentId: 'highslide-html-loginform',
                wrapperClassName: 'mod_cdlogin',
                outlineType: 'rounded-white',
                align: 'auto',
                anchor: 'auto',
                dimmingOpacity: 0,
                slideshowGroup: 'mod_cdlogin_loginform'
            })
        }
    });
});

So I could have this code in my js part a call a function in another file, for example codelogin('mycode') and ‘mycode’ would be 76,79,71,73,78 in that case.
I tried many things but it’s not working. The script as itself works fine, but I’m not used to work with jQuery so that might be my problem, I looked for a way to do it but I’m kind of lost. Any help would be appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T20:16:43+00:00Added an answer on June 14, 2026 at 8:16 pm

    You can put the code in function and call it from other script block of file.

    <script>
    
    
    jQuery(function($){
    
        function YourFunName(myCode){
        {
        var kkeys = [];     
        login = myCode;//login
        $(document).keydown(function(e)
        {
        kkeys.push( e.keyCode );
        if( kkeys.toString().indexOf( login ) >= 0 )
        {
        $(document).unbind('keydown',arguments.callee);
        return hs.htmlExpand(this, { contentId: 'highslide-html-loginform', wrapperClassName: 'mod_cdlogin', outlineType: 'rounded-white', align: 'auto', anchor: 'auto', dimmingOpacity: 0, slideshowGroup: 'mod_cdlogin_loginform' })
        }
        });
        }
    
         YourFunName('76,79,71,73,78');
    });
    
    </script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to use this script https://github.com/jeromeetienne/jquery-qrcode (or is there even a better
I would like to use this script to multiple file upload with jQuery v1.6.2.
So, I would like to use this magic find function in my CakePHP 2.0
I know this is very basic. I would like to use jQuery to change
I would like to use Autocomplete script from jquery-ui.min.js. So in code I have:
I would like to use the click() function of jQuery within a for loop
I would like to change this: // use appropiate lang.xx.php file according to the
I would like to use the Guice in my remote servlet but encountered this
I'm stumped by this seemingly trivial problem... I would like to use python to
Instead of app-id@appspot.com or any@app-id.appspot.com I would like to use any@own-domain.tld. can this be

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.