Skip to content

How can I get text of parent link while link is clicked

If I click on the link A1-810 I am getting text A1-810 in anchortext variable. Now I want is when I click on A1-810 I should also get text ICONIA A-SERIES in parenttext or another variable if A1-810 link is clicked I am getting output as A1-810 Now I want output as A1-810 ICONIA A-SERIES Jquery code to get th…

Flipping all cards, but want to flip one by one

I am trying to flip these cards one by one, but they are flipping all together. I believe I am missing something on my javaScript. On the original code I am using images in front and an unordered list in back, I tried to resume it here writing only “Front” and “Back”. Do you guys know …

Put module into component, angular

I need put a mdbModal into a component, but the component does’nt have a module.ts archive, when try this movement I get: I dont have examples in my collective project, What is the way of can import a module inside a component? I’m relatively new on angular. This is my parent module I dont have pr…

Retrieve the value of each custom markup

How to get each value after the “=” with the shortest script? DATEADDED=20210301 20:21:02 IDENT=* IP=88.164.x.x REASON=aaa bbb ccc… NOTE=xxx xxx x x x x… Put everything in an array Example: Result response of array : [‘20210301 20:21:02’, ‘*’, ‘8.164.x.x&#…

create index.d.ts for read-more-react npm package

I have a typescript project, I am trying to import read-more-react but beacuse it doesn’t have a @type defined for it, I need to write the index.d.ts file myself (place it under @type/read-more-react), I have tried this: but it doesn’t seems to work, can anyone help me in how to successfully imple…