Skip to main content

All Questions

Tagged with
0 votes
1 answer
81 views

Disable and enable note field depends on note field value null or not

$(document).on('click', '.update', function() { var user_id = $(this).attr("id"); $.ajax({ url: "fetch_single.php", method: "POST", data: { user_id: ...
Moustafa Elbeda'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
0 answers
33 views

Reload Script Accessed On Another Website

I'm trying to create a script that runs and updates real time(semi if needed) on another website. The back bone of this is a php script which accesses a database on my server. From there it outputs ...
user3135730's user avatar
0 votes
3 answers
167 views

Load .js.php file as javascript fails to work properly

I have this situation where I load some javascript that also contains some php code. The website is not designed by me so I do not know why the developer did chose this way. I have to load a file ...
Mike's user avatar
  • 3,024
0 votes
3 answers
278 views

Update multiple pages

I am doing some freelance work for a client and I need to re-code an old menu. The entire site is static which will make this process extremely slow and redundant, does anyone have a good technique ...
Chris Frank's user avatar
  • 4,362