P
P
paulboars2017-04-09 18:14:14
Browser extensions
paulboars, 2017-04-09 18:14:14

How to launch a form from a Chrome extension?

In general, such a thing, I'm trying to fill in the field

<input type="text" value="10" maxlength="6" data="name">

I use jquery for this:
$('[data="name"]').val("100").trigger('input'); //Ввод значения в поле

Information gets into the field, but the handler on the site does not understand that I have entered new data.
This is not a full form, just an input field. Of course, I don’t have access to the handler, since my code works from an extension.
Not strong in jquery.
But maybe there are some interesting options?
Guys help me, I really need...

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question