Questions tagged [at.js]

8 questions
4
votes
1 answer

At.js with Trix editor: error "The given range isn't in document."

I am trying to integrate At.js into Trix editor so that I can @mention users. $('trix-editor').atwho({ at: "@", data:['Peter', 'Tom', 'Anne'] })
Ryenski
  • 9,582
  • 3
  • 43
  • 47
3
votes
1 answer

Multiple object array not working in At.js

I'm using At.js plugin. It's working fine for a single object (demo) var names1 = ["Jacob", "Isabella", "Ethan", "Emma", "Daniel", "Madison"]; var names = $.map(names1, function(value, i) { return { 'id': i, 'name': value, 'email':…
acmsohail
  • 903
  • 10
  • 32
1
vote
0 answers

Adobe Target Opt-Out link will not work if overrideMboxEdgeServer is true

Since at.js version 1.6.2, overrideMboxEdgeServer is set to true by default. This ensures that the request URL is no longer clientCode.tt.omtrdc.net but mboxedge clusterNumber .tt.omtrdc.net. The Edge Network ensures timely data delivery. I would…
still
  • 73
  • 1
  • 5
0
votes
1 answer

at.js does not work on fraola editor when emojionearea is combined on same editor

I want to add both emojione and at.js (autocomplete) with a froala editor textarea. emojione works fine but at.js does not work. versions: froala_editor v3.1.0 EmojioneArea v3.1.5 at.js - 1.5.3 Here is my snippet: // Define data source for…
0
votes
2 answers

Ajax Call Not Making Calls To Server Laravel

I'm trying to make a request using a third party program but it isn't working, can someone tell me what I'm doing wrong? The response just isn't being sent at all. I tried ordering the dependencies in order, placing the scripts at the top and the…
user123
  • 247
  • 2
  • 11
0
votes
1 answer

@name tagging in angular js with at.js

I am trying to create a comment box with user tagging using at.js in angular. But here no response for this code actually
{{data.content}}
0
votes
1 answer

atwho() function using at.js doesn't work in ajax success

I have created a custom jquery plugin using at.js like this, (function ($) { $.fn.mention = function (options) { var defaults = { at: "@", dataType: "json", source: "", data: {} }; var settings =…
Teenager
  • 23
  • 6
0
votes
1 answer

At.js @mention - C# Web API

I am using https://github.com/ichord/At.js library to achieve autocomplete. But it shows a list of "undefined" dropdown when I am using remoteFilter like they said in https://github.com/ichord/At.js/wiki/How-to-use-remoteFilter . Model: public…
InsParbo
  • 3
  • 3