Skip to main content

All Questions

Tagged with
0 votes
3 answers
3k views

Angular 4 update input text value via Host listener

I have input field in my template and I would like to catch each key press and update the value in the dom by removinf empty spaces - trim. I can catch the event and the function I build is working ...
john Smith's user avatar
  • 1,605
-2 votes
1 answer
573 views

Continuously updating textarea data to variable

I want to get text from textarea to a string and update string content on change. Also, I want to make it without jQuery. HTML: <textarea id="switcher" oninput="update(this)" ...
Stas Iaremenko's user avatar
0 votes
0 answers
147 views

d3 not appending/updating points to leaflet map

I'm attempting to get a FeatureCollection GeoJSON of point data to append to a leaflet map using D3 v4. Here's a jsfilddle with the relevant code: https://jsfiddle.net/op103ufm/ I have two major ...
JotaSolano's user avatar
3 votes
1 answer
4k views

Updating Array Objects in Realm

I have a realm Organization and Ticket. An organization has many tickets. So to update organization, it looks like this: try { realm.write(() => { realm.create('...
Maiko Francisco Rugeria's user avatar
0 votes
1 answer
233 views

Javascript - Windows Store - Forcing Mandatory Update

Javascript: I want my Windows Store app to check for updates, especially mandatory ones, and then prompt the user to update. I have found out this involves Windows.Services.Store, but I cannot find ...
Rewind's user avatar
  • 2,708
1 vote
1 answer
69 views

Coalescing or Batching HTML Parsing

I am working on a project that requires updates to many html elements. The issue is I find that I am getting slower than desired performance, even on high end machines. Now when I do each update, my ...
Ken's user avatar
  • 47
0 votes
1 answer
338 views

Meteor, updated app and now `TypeError: check is not a function`

I am working on updating an old meteor project. It was on a very old version, older than 1.0.0. This app is experiencing this problem at Meteor 1.4.2.3. Another app is working just fine at the same ...
blaineh's user avatar
  • 2,323
3 votes
2 answers
140 views

Upgrading Ember Web Application from 1.2.2

The Ember web application currently in our production environment has the following versions. ember.js - 1.2.2 ember.data - 0.13 I've found upgrade notes from ember 1.10 onwards in the ...
Chris Parry's user avatar
0 votes
2 answers
43 views

Dropdown updates another dropdown with jquery and sql

How can I update another dropdown with jquery with sql. It means from database. $('#typeOfGlass').on('change', function(){ console.log($('#typeOfGlass').val()); $('#glassWidth').html(''); ...
Farhan Shoffi's user avatar
0 votes
2 answers
49 views

When JavaScript updates an input value, AngularJS filtering doesn't work

I'm trying to do some stuffs with Angular from a few days and I'm stucked with an update problem. This is part of my HTML page : <div ng-app="monApp" ng-controller="monControleur"> Date de ...
TheSpoon's user avatar
0 votes
0 answers
282 views

Updating the firebase database, getting an error

This is my update method that should update the database: function liked(useruid, likedUseruid){ var postData = { useruid: 'Rich', likedUseruid: 'Hannah' }; var ...
Waterman1's user avatar
  • 135
0 votes
2 answers
244 views

Update the existing D3 graph when clicking on ajax

Update D3 graph on click I am trying to update my graph when the users click on a button, instead of creating a new graph every time. Currently, I have an ajax function to get data from the database. ...
user3784773's user avatar
1 vote
0 answers
861 views

Shopify Trying to update a customer

I'm trying to create a view where my customer can update his personal info (like First Name, Last Name, email, ect) using Liquid/JS, but I have failed epicly. The nearest point that I have reached is ...
Fingolricks's user avatar
  • 1,194
4 votes
1 answer
2k views

Electron - Update window message

I am using Squirrel for updates in my app(Electron). And I'm looking for nice way to display release notes. Something like this: Where can I found information about this? How can I make my message ...
Axel186's user avatar
  • 561
0 votes
3 answers
1k views

Updating a file contents with Google Drive v3 (JavaScript)

I'm trying to update the file contents of a file that already exists in Google Drive using JavaScript and the v3 API: https://developers.google.com/drive/v3/reference/files/update#http-request says ...
codedread's user avatar
  • 1,362

15 30 50 per page
1
3 4
5
6 7
10