Skip to content
Advertisement

Tag: jquery

Split String and insert it in different input

can you please help me how to split a string in an input and insert those split strings into different inputs? I already tried some codes that I found here but it still didn’t work. I actually want to store the string in that 2 different inputs (those not hidden) after exectuting the functions This is the source code: Answer

How can I filter the column type of the table using two buttons?

I want to filter the type column, one button filters the aquatic and in the other all except the aquatic Answer Hopefully this helps point you in the right direction! have a filterTable function which grabs all the table rows, and removes any inline style changes previously added to display. Then, I filter all the trs by the innerHTML content

Autodesk Design Automation “Value cannot be null. (Parameter ‘ForgeConfiguration.ClientId’)”

I´ve downloaded the Forge Design Automation sample from the following link: https://learnforge.autodesk.io/#/tutorials/modifymodels But the downloable code example is not working fine. When any async method who involves the DesignAutomation API is called I get -> Value cannot be null. (Parameter ‘ForgeConfiguration.ClientId’). So, I would like to know how it works and how I can set the ClientId in the ForgeConfiguration

search autocomplete ajax in laravel

I am using ajax for live searching, but the problem is that It is shown only one result when I am using .html() but when I am using append() it works but every word i write it to duplicate the results, here is my code: in controller, ajax code in blade Answer Yes you set your content in your loop

Giving class to an object

I have a few variables with colors that I want to change later. I want certain class to have background color from that variable. Every object with that class should be that color (nav, footer etc.). I have something like this, but it doesn’t work. Can you help? Answer in fact I didn’t see any problem, but you can also

Dynamically append input where mouse clicked

I’m trying to show an input where my house clicked, if I don’t enter anything in the put, the input will show in the next mouse click. Somehow, I can’t seems to type inside that input. I have Answer if your problem just you can’t type , you need to focus input Add $(“input”).focus(); after pins.push(api);

Advertisement