Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ErrorNotification.js : Cannot find context with specified id #81

Open
ChrisACD opened this issue Jul 7, 2020 · 0 comments
Open

ErrorNotification.js : Cannot find context with specified id #81

ChrisACD opened this issue Jul 7, 2020 · 0 comments

Comments

@ChrisACD
Copy link

ChrisACD commented Jul 7, 2020

hello !
i am facing an issue with this message : errorNotification. js : Cannot find context with specified id , i wrote a simple code and I don't know how to handle this issues. any body can help!

$(document).ready(function(){

var $mainMenuItems = $("main-menu ul").children("li"),
    totalMainMenuItems = $mainMenuItems.length,
    openedIndex = -1,

    int = function() {
       
        $mainMenuItems.children(".images").click(function(){
          
            var newIndex = $(this).parent().index(),
            $item = $mainMenuItems.eq(newIndex),
            $colorImage = $item.find(".color");
            
            $colorImage.animate({left:"0px"}, 250);
            
        });
           
   };
 
 int();
  
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant