Hello
I hope you can help me.
I am trying to use an onclick event
however the event works fine if I don't use bootstrap-table.
I am using a php foreach to display some data in bootstrap-table.
I need to put something like this:
the var $tbldomainpricing_todos[$keyX1]['extension'] will load different data.
example: .com, net, org
onclick seems to disappear in the browser. (or does not load).
my function in javascript is:
to explain how it works.
I need that when the user selects the contents of the tr, the content (only what the variable prints) will be pasted into an input.
I'm not good with English, so I hope you understand what I'm trying to do.
hello @jesussuarz ,
do you want to load your data with your example: .com, .net, .org, using php
when you click in button? this is what you want to main ?
this is the path i am following: http://jsfiddle.net/7qaw9ds1/2/
I need to load the data that goes through a vars into an input.
Look at my example, I don't know if I'm on the right track.
my example still doesn't work but it's an thought.
ok, i'm trying to exec your exemple.
what updated to make you see better ... click the link again
as i can see, when the event click in row, its not work, i think you should have to load all library of bootstraps ,
now im trying to start an example with your code. just give me few minutes.
I will be attentive. I have all night trying to figure this out. thank you.
I will be attentive. I have all night trying to figure this out. thank you.
@jesussuarz Does this means you issue is resolved ? :-)
When I see the link, and what works I will say that. hahaha
Example using our editor: https://live.bootstrap-table.com/code/UtechtDustin/4106
Now I can say it, you are a genius, thank you very much.
One last question, is there a way to use the rounded bootstrap class for rounded edges?
@jesussuarz can you check it, https://jsfiddle.net/YousraElh/b3u7vpsy/85/
I really thank you. spend the night trying to do this. thank you very much my friend.
is there a way to use the bootstrap round border class? or bootstrap-table have some similar class?
Sure you can use all classes, which bootstrp class du you mean ?
Hello
I see I found another problem.
I have this code:
Basically he goes to the section where the domain has been selected.
this has a problem.
when you click on the he goes to another url, example to: url.com/.com
of course i don't understand how to solve this.
could you help me one more time
So my final script is like this.
with this I have solved all my problem.
Thank you.