Skip to content

Tag: jquery

curl API PHP using ajax

I am trying to get wikipedia api using curl PHP with geonames. But it seems to be something wrong in the connection between the php file and the script. I have tried the url with hard coded values in the PHP and it works however if I tried to concatenate using $_REQUEST the url doesnt work is like the paramet…

CSS & JS not loading properly [closed]

Closed. This question needs debugging details. It is not currently accepting answers. Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question. Closed 1 year ago. Improve this question I got …

Is there other way to create pdf in php?

Hello I’ve got a problem with my page, cuz I want to generate PDF file async with jquery, command: In my controller it looks somethink like this And that doesn’t work, But if I type in URL /pl/home/generujPDF it just work fine. I check how it looks in “Network” tab in browser and I hav…

How to switch images using JS?

I have a simple code that switches text when an image is clicked: js: HTML: Is it possible to switch images when language is switched (for example, when English language is set, GB flag disappears)? Answer Edit html like that add class hidden element

How to append html tags from an div onto another div?

Is it possible to append html tags from a content-editable div to another div? I wanted to make an html editor, and I wanted to make automatic preview. Here is the jsfiddle code: https://jsfiddle.net/eqw8L4to/12/ And here is the js code where I tried getting html tags from .html, and tried appending it to .re…