I have 4 buttons on the page
             <div class="row-fluid">
                    <button class="btn" type="button" id="save-ad"><i 
class="icon-share"></i> @Messages("Save.info.as.a.ad")</button>
                    <button class="btn" type="button" id="clear"><i class=" 
icon-check-empty"></i> @Messages("Clear.fields")</button>
                    <div class="pull-right">
                        <button class="btn" type="button" id="find-list"><i 
class="icon-search"></i> @Messages("find.query.list")</button>
                        <button class="btn" type="submit" id="find-map"><i 
class="icon-globe"></i> @Messages("find.query.map")</button>
                    </div>
                    <script>
                        $("#clear").click(function(){
                           ....
and they don't work on IE9. the other browsers ok. What I have to do?

-- 
You received this message because you are subscribed to the Google Groups 
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to