I am looking to pull data from a job board API. I'd like to have headings for the departments (pulled from JSON level 1) and under each department the current o
I made a nav bar, and I'm trying to add a search bar to it, but I can't seem to position it. I'd like to have the search bar show on the right side of the nav b
I want to make a GUI which opens in a pop-out window. It needs to be able to access the console from the original window.(aka needs to run commands from pop-out
What I want to do is to let my users select multiple rows in a table and them hit a button to send this data back. My JS script file looks has the following: &l
So I have a horizontal scrolling feature which works great in JS but only for one section with the classname, any other section that shares the same classname i
So I am using Bootstrap to create my collapsable elements. I am also using a range selector cdn, and I'm thinking there might be some styles from the BS CSS, sp
I've noticed a lot of third party monitoring tools that you need to copy and paste into your website follows this pattern: <!-- For example, Loggly -->
I have cards which represent various locations in my app. Each location has one card each. I'm trying to get the id the location which I've pl
I'm trying to use the function: insertHTML As per manual: editor.insertHTML('TEXTO DE TESTE', true, true); I created a button and put a jquery suneditor.insertH
A bit of a niche question but it has challenged me, see if you can solve it. I have this array of sports leagues ranked from best to worst by their respective A
Standard disclaimer--I am brand new to coding and I have never used a MySQL database before. I also do not know PHP (I know that many of the answers on this sit
I have a couple of drop downs, when a venue is choosen from the first one, it should populate the second drop down with floor values. Using jQuery AJAX I am abl
I’m facing an issue, hope someone helps I have pages of classes eg. Events, decorations, etc and I’m using desktop layout (admin dashboard template
I'm a begginer in Javascript and I kindly need your help with this Jquery script I'm working on.. I need to make it work only on desktop and prevent it to run i
Hi I need an animation that makes a div go from left to center, but it doesn't work. This is my code: $(document).ready(function () { $(log).click(funct
I have a simple HTML form that has a dropdown. <form method="get"> <select name="category[]" multiple class="form-control"> <option v
In the code below I need to select only the span with text 101 if the user clicks on #check1 or #check2. If the user clicks on #check3 or #check4 the span that
I have a simple HTML form that has a dropdown. <form method="get"> <select name="category[]" multiple class="form-control"> <option v
My issue is when i refresh it on desktop resolution, it worked but when i refresh the page on lower reso it should be like this But my issue is this: The cod
But the browser is only considering the first id, i have different buttons in my html file which will work as a pop up form.