<script> spConfig.setInitialState = function(dropdown_id) { //select dropdown var dropdown = $(dropdown_id); //remove empty option from dropdown so it is not selectable after initial selection dropdown[0].remove(); //change selections in dropdowns for(index = 0; index < dropdown.length; index++) { if(dropdown[index].value != "") { dropdown.selectedIndex = index; var element = dropdown; var event = 'change'; //fire events if(document.createEventObject) { var evt = document.createEventObject(); return element.fireEvent('on'+event,evt) } else { var evt = document.createEvent("HTMLEvents"); evt.initEvent(event, true, true ); return !element.dispatchEvent(evt); } } } }; <?php foreach($_attributes as $_attribute): ?> spConfig.setInitialState("attribute<?php echo $_attribute->getAttributeId() ?>") <?php endforeach; ?> </script>
请在:app/design/frontend/default/sanorita/template/catalog/product/view/type/options/configurable.phtml
文件后面追加这段JS.
相关推荐
html-教程简洁明了的教程attribute.md html-教程简洁明了的教程attribute.md html-教程简洁明了的教程attribute.md html-教程简洁明了的教程attribute.md html-教程简洁明了的教程attribute.md html-教程简洁明了的...
A - Static variable in class javax.print.attribute.standard.MediaSize.Engineering Specifies the engineering A size, 8.5 inch by 11 inch. A - Static variable in class javax.print.attribute.standard....
不喜欢NHibernate传统的*.hbm.xml来对数据库进行映射的朋友有福了,可以使用NHibernate.Mapping.Attribute.dll来实现自动映射。 减少不小的工作量。
AttributeError: module 'tensorflow.compat.v1' has no attribute 'contrib'的问题您具体怎么解决问题具体解决的seq_loss.py文件
Should you have any problems with overwriting or deleting the original file, remove attribute "read-only". 6. It is a must to run and execute file fix.reg, or else Nero applications could not be run....
此时,"product_attribute_grid_1-1-1.zip" 插件应运而生,它是一个专门针对Zencart设计的多属性零售批发插件,极大地提升了商品管理和销售效率。 此插件的核心功能是提供了一个属性网格系统,使商家能够更直观、更...
在.NET框架中,WinForm应用程序通常使用`.config`文件存储应用程序的配置信息,如数据库连接字符串等敏感数据。为了保护这些信息不被未经授权的用户访问,我们可以对这些配置文件进行加密。本文将深入探讨如何在...
"attributeQuery.rar_AttributeQuery" 提供的资源是关于如何利用ArcGIS Engine (AE) 和C#编程语言实现一个特定类型的查询——框选要素并弹出其属性值的查询功能。这个功能对地图数据的分析和应用非常实用,尤其在...
"car_attribute.zip" 是一个与车辆属性识别相关的压缩文件,其中包含了多个Python脚本和一个配置文件,很可能是用于训练和评估一个深度学习模型。标签 "resnet" 暗示了这个项目可能使用了ResNet(残差网络)架构,这...
attribute.vue
在C#编程语言中,特性(Attribute)是一种元数据,它可以提供附加信息给编译器、运行时环境或者工具链,以影响代码的行为或者提供额外的描述。这些特性是类的实例,它们属于.NET框架的一部分,允许程序员在不改变...
AttributeError.md
本资源"AttributeQuery.rar_AttributeQuery_arcgis"提供了一种实现这一功能的方法,包括点选、框选以及高亮显示等多种交互方式,以增强用户对数据的理解和分析。 点选是GIS中常用的一种选择方法,用户可以通过点击...
learning framework for attribute prediction in the wild. It cascades two CNNs, LNet and ANet, which are fine- tuned jointly with attribute tags, but pre-trained differently. LNet is pre-trained by ...
OLAPAttribute The OLAPAttribute class represents a single attribute of an OLAPDimension. OLAPAxisPosition The OLAPAxisPosition class represents a position along the axis of the result of an OLAP ...
Notification that an attribute has been replaced in a session. attributeReplaced(ServletContextAttributeEvent) - Method in interface javax.servlet.ServletContextAttributeListener Notification that ...
- Updated license management, in an attempt to remove a rare crash on startup. Release 5.3 build 1012.0002 WIN32 release 31 October 2007 - New build of Rebooter (64-bit Windows correction). - ...
C#中的特性(Attribute)是一种用于提供元数据(Metadata)的声明性标签,它允许开发者在程序中为代码元素(如类、方法、属性等)附加声明性的信息。特性是.NET平台的重要组成部分,主要用于在运行时通过反射...