Click here to Skip to main content
15,888,097 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
hi all ,,

I want to add interactive elements like text box,text area,submit button into a popover in twitter bootstrap.js .

this is my code :::
XML
<script type="text/javascript">
        $(document).ready(function () {
            $("#example").popover({
                content: function () {
                    return $('#txt').html();
                }
            });


        })
        </script>


Here, i want to add data dynamically into popover content..,using textarea...so please help me..
[Email removed]
Posted
Updated 31-Oct-12 3:44am
v2
Comments
Ed Nutting 31-Oct-12 15:32pm    
So what problem are you having? What error are you getting? We cannot fix a problem if we don't know what the problem is...
Ed

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900