thnx to Quentin i found that i can use the filepath to make an ajax call even if it's local. So i did it like this if anyone else needs it. I get the url location in my case file:///E:/rezerv.city/www/local.html?id=114&tip=5
and i remove the local.html?id=114&tip=5.html
part and i add what i need in my case select_mese.html.
$(".form-control2").change(function(){
var url =window.location.href;
url = url.substring(0, url.lastIndexOf("/") + 1);
$(".plan_mese4").load(url +'index.html');
});
I need to input this code through CKEditor: <ruby>niroj adhikary<rp>(</rp><rt>this is name</rt><rp>)</rp></ruby> CKEditor is not accepting ...
I need to input this code through CKEditor: <ruby>niroj adhikary<rp>(</rp><rt>this is name</rt><rp>)</rp></ruby> CKEditor is not accepting ...
I'm trying to put circles in svg dynamically. In index.html file I created this svg section. <svg id="svgArea" width="500" height="500"></svg> In js file i tried this $('#svgArea')....
I'm trying to put circles in svg dynamically. In index.html file I created this svg section. <svg id="svgArea" width="500" height="500"></svg> In js file i tried this $('#svgArea')....
I was working on the code of a practice for React, but I stopped because I have to make a navigation bar be shared among other pages I found the next solution and it works but I don't know how ...
I was working on the code of a practice for React, but I stopped because I have to make a navigation bar be shared among other pages I found the next solution and it works but I don't know how ...
Please help me i am facing a very small vertical scrollbar problem in Internet Explorer 8 with marquee tag. here are details : Problem snapshot is attached in this post please zoom to see the issue : ...
Please help me i am facing a very small vertical scrollbar problem in Internet Explorer 8 with marquee tag. here are details : Problem snapshot is attached in this post please zoom to see the issue : ...