📌  相关文章
📜  jQuery Mobile Collapsibleset Widget 禁用选项

📅  最后修改于: 2022-05-13 01:56:01.594000             🧑  作者: Mango

jQuery Mobile Collapsibleset Widget 禁用选项

jQuery Mobile 是一种基于 Web 的技术,用于制作可在所有智能手机、平板电脑和台式机上访问的响应式内容。
在本文中,我们将使用 jQuery Mobile Collapsibleset Widget disabled选项来禁用 collapsibleset 如果其值设置为true 。它接受布尔类型值,其默认值为false

句法:

$( ".selector" ).collapsibleset({
    disabled: boolean
});

CDN 链接:首先,添加您的项目所需的 jQuery Mobile 脚本。



示例 1:

HTML


  

    
    
  
    
  
    
  
    
  
    

  

    
        
            

GeeksforGeeks

            

jQuery Mobile Collapsibleset Widget disabled Option

        
           
            
                
                    

HTML

                    

                        HTML stands for HyperText Markup Language.                          It is used to design web pages using a                          markup language. HTML is the combination                          of Hypertext and Markup language. Hypertext                          defines the link between the web pages.                     

                
                   
                    

CSS

                    

                        CSS (Cascading Style Sheets) is a stylesheet                          language used to design the webpage to make                          it attractive. The reason of using CSS is to                          simplify the process of making web pages                          presentable. CSS allows you to apply styles                          to web pages. More importantly, CSS enables                          you to do this independent of the HTML that                          makes up each web page.                     

                
                   
                    

JavaScript

                    

                        JavaScript is the world most popular lightweight,                          interpreted compiled programming language. It is                          also known as scripting language for web pages.                          It is well-known for the development of web pages,                          many non-browser environments also use it.                          JavaScript can be used for Client-side developments                          as well as Server-side developments.                     

                
            
        
    
  


HTML


  

    
    
  
    
  
    
  
    
  
    

  

    
        
            

GeeksforGeeks

            

jQuery Mobile Collapsibleset Widget disabled Option

        
           
            
                
                    

HTML

                    

                        HTML stands for HyperText Markup Language.                         It is used to design web pages using a                         markup language. HTML is the combination                         of Hypertext and Markup language. Hypertext                         defines the link between the web pages.                     

                
                   
                    

CSS

                    

                        CSS (Cascading Style Sheets) is a stylesheet                         language used to design the webpage to make                         it attractive. The reason of using CSS is to                         simplify the process of making web pages                         presentable. CSS allows you to apply styles                         to web pages. More importantly, CSS enables                         you to do this independent of the HTML that                         makes up each web page.                     

                
                   
                    

JavaScript

                    

                        JavaScript is the world most popular lightweight,                         interpreted compiled programming language. It is                         also known as scripting language for web pages.                         It is well-known for the development of web pages,                         many non-browser environments also use it.                         JavaScript can be used for Client-side developments                         as well as Server-side developments.                     

                
            
        
    
  


输出:

示例 2:在下面的示例中,我们将disabled选项设置为 false

HTML



  

    
    
  
    
  
    
  
    
  
    

  

    
        
            

GeeksforGeeks

            

jQuery Mobile Collapsibleset Widget disabled Option

        
           
            
                
                    

HTML

                    

                        HTML stands for HyperText Markup Language.                         It is used to design web pages using a                         markup language. HTML is the combination                         of Hypertext and Markup language. Hypertext                         defines the link between the web pages.                     

                
                   
                    

CSS

                    

                        CSS (Cascading Style Sheets) is a stylesheet                         language used to design the webpage to make                         it attractive. The reason of using CSS is to                         simplify the process of making web pages                         presentable. CSS allows you to apply styles                         to web pages. More importantly, CSS enables                         you to do this independent of the HTML that                         makes up each web page.                     

                
                   
                    

JavaScript

                    

                        JavaScript is the world most popular lightweight,                         interpreted compiled programming language. It is                         also known as scripting language for web pages.                         It is well-known for the development of web pages,                         many non-browser environments also use it.                         JavaScript can be used for Client-side developments                         as well as Server-side developments.                     

                
            
        
    
  

输出:

参考: https://api.jquerymobile.com/collapsibleset/#option-disabled