skip to Main Content

Twitter bootstrap – Object doesn't support property or method 'jSignature

I have included jquery.1.9.1 in my Layout page . I am using kendo with twitter bootstrap so I followed script reference order like below . <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width" /> <title>@ViewBag.Title</title> @Styles.Render("~/Content/css") @Scripts.Render("~/bundles/modernizr") <link href="~/Content/styles/kendo.bootstrap.min.css" rel="stylesheet" />…

VIEW QUESTION

Twitter Bootstrap very basic layout

I'm stack with a pretty simple question, and I was wondering maybe you can help, cause you always do.. So what I have is a very basic bootstrap layout.. say: <div class="container-fluid"> <div class="row"> <div class="col-md-6">looong-long-text</div> <div class="col-md-6">long-text</div> <div class="col-md-6">another…

VIEW QUESTION
Back To Top
Search