Post with javascript or jQuery (NOT AJAX) [closed] - javascript

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
Is it possible to post with javascript or jQuery (not via ajax, by the same way as form i posted) without creating form element? How?

No. You cannot make a POST request without using a <form /> tag, without using AJAX.

Related

How to send POST requests to Spring via JS? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 days ago.
Improve this question
I have a question. Lately I've been thinking that I just need to send POST requests via javascript to Spring Boot. Is it possible to do this? If yes, then tell us the steps how it can be done, please

How to spoof a closed google form ("...no longer accepting responses")? I want to submit a form after deadline [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
How to spoof a closed google form ("...no longer accepting responses")? I want to submit a form after deadline. How can I access and submit a form when it has been closed? The source of the closed form seems quite extensive. I wonder if it can be modified to spoof the original form?
It is impossible. The validation is both on front-end and back-end sides, so it is quite easy to edit HTML and JS to pass front-end side, but you can't do anything with back-end (server validation).

external json to acces in javascript [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
How can I access categories.name_category in Javascript? Everything is working for the AJAX call to the REST API:
I tried to do like this but its not working:
I use Moustache framework
categories is an array of objects, so you need to use {{categories[0].name_category}} - assuming you only want the first value.

Does disabling javascript in browsers affect jQuery? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I know user disabled the JavaScript in his browser, it leads to disabled the JavaScript validations on client side. Whether it may affect the jQuery validations or not and I need to know conceptual explain.
Yes, jQuery is a Javascript library, so if Javascript is switched off in the browser, then jQuery will not run.

How to make a textarea in which the text can be formatted? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
How do I make a textarea's format editable, such as the textareas on this site, by using javascript or php?
I'd suggest using a 3rd party plugin rather than rolling your own.
A quick google reveals the follwoing for jQuery : http://jquery-plugins.net/tag/rich-text-editor

Categories