Linked Questions

267 votes
11 answers
276k views

I just made a website for a french restaurant. The website is in english, but I guess there is enough french on the website (labeled pictures of menu items) to prompt the visitor to translate the ...
twinlakes's user avatar
  • 10.5k
86 votes
12 answers
356k views

Other stack answers such as this and this seem to be specialized cases and I believe my case is more generalized. I am doing this in my js: var markerDiv = document.createElement("div"); markerDiv....
HerrimanCoder's user avatar
5 votes
2 answers
10k views

i am trying to recreate a some practices from one of the courses. Its about to remove a li-item from an UL and append it to another UL. When i write my code in the following way all works finde var ...
Steve's user avatar
  • 97
1 vote
1 answer
7k views

I have two autocomplete textbox on the page to do some advance search in my project. I am getting an error like Uncaught NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be ...
Ramkumar's user avatar
  • 456
5 votes
0 answers
2k views

I am using RestAngular to make the Rest Call _getMerchantData : function() { var deferred = $q.defer(); var service = Restangular .all('UrbanLife'); service .one('service') ...
Amol Meshram's user avatar
0 votes
2 answers
1k views

I'm trying to make a Google Places API + Instagram API application. A user enters a location and keyword and results and associated Instagram photos render. The results' lat/lng coordinates are stored ...
hewp's user avatar
  • 5
0 votes
0 answers
230 views

I'm new to testcafe and I getting this error when trying to click any buttons on a popup - I'm not doing anything fancy (like this, this or this): A JavaScript error occurred on "https://*tst....
radui's user avatar
  • 101
2 votes
0 answers
149 views

I created a modal window, and it has a link with the focus I want to show / hide poover: <a tabindex="0" role="button" data-toggle="popover" data-trigger="focus" data-content="And here's some ...
Valentine's user avatar
0 votes
3 answers
83 views

I get confused about the parentNode in JS.Here is my code. <table border="1" width="50%" id="table"> <tr> <th>id</th> <th>name</th> <th>del<...
kevin su's user avatar
0 votes
2 answers
64 views

I have an focus and keydown events. Every time the input element is out of focus or an enter key is pressed, I update the page to reflect the changes. The Render class rerenders the currently selected ...
i5x's user avatar
  • 23