English 中文(简体)
在用javascript处理之前,如何躲藏了html?
原标题:How do i hide html until its processed with javascript?
最佳回答

我找到了解决办法。 我应该把这些联系隐藏在 c子上,然后把 d子的法典执行起来,而不是之后。 ddMenu看看看看看看看看父母的血缘,自那儿的隐蔽的 i子看着孩子。 页: 1 大部分时间(页面装载、联合材料档案的检索、联合材料汇编/摘录等)都隐藏着这些链接,因此,它看得很好。

$(function () {
    $( .menuT1 ).show(); //do it before not after in this case.
    $( .menuT1 > ul ).ddMenu({
问题回答

在<代码><head>中:

<script>document.documentElement.className =  js ;</script>

现在,将<代码>.js等到您的html部分。 这将是该页的java稿所做的第一件事。

阁下:

.js #menu { display:none; }

之后:

$(document).ready(function() { 
    $( #menu ).css( display , block ).fancyMenu();
});

这是一种极好的做法,如果您的用户 Java已残疾,那么你就能够“逐步加强”网页——如果她仍然能够看到内容,而且你还可以将非JS捆绑起来,只与你的菜单、或许是“沉积”和类似东西的JS版本相关。

如果你试图不制作像“大片大片大片”的纸面,那么生命就会与你gent。 具有核心意义。

不管怎样说,如果你在身体做事之前插入一个小篇的文字,给毛皮书的负责人增添一些规则的风格。

水井 如果你熟悉 j,我会这样做。

$("#mybuttom").click(function() {
           $("#mydiv").hide(); //hide the div at the start of process
           $.post( "mypostpage.php", 
                   { testvar: testdata },
                   function(data) {
                         //callback function after successful post
                         $( #mydiv ).show(); //show it again
                   }
           );
});




相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签