I m在照片客户网上订购系统上工作:。 (要求签署)。
用户在签字后,能够使用每个图像所列星体对图像进行评级,然后看看3个 star,或4个 star。 然而,当用户对图像进行点击时,一个灯箱(前称物理仪)扩展,其中包含照片和星体如下。 我希望用户能够在灯箱内 star光,但在草原光箱启动后,便不会通过 j。 因此,它们可以在灯塔内对图像进行评级。 我听到了与此类似的情况,但对于如何处理这一问题没有任何想法。 希望得到任何帮助。 感谢!
I m在照片客户网上订购系统上工作:。 (要求签署)。
用户在签字后,能够使用每个图像所列星体对图像进行评级,然后看看3个 star,或4个 star。 然而,当用户对图像进行点击时,一个灯箱(前称物理仪)扩展,其中包含照片和星体如下。 我希望用户能够在灯箱内 star光,但在草原光箱启动后,便不会通过 j。 因此,它们可以在灯塔内对图像进行评级。 我听到了与此类似的情况,但对于如何处理这一问题没有任何想法。 希望得到任何帮助。 感谢!
你将此称为“黑轴”,是因为饥饿评级制度正在通过亚子拉开? 如果是的话,问题将是(很可能的话)对星号的点击事件。 你们需要利用“生活”或“选择”职能。
同样的情况是,如果你在最初装满该页之后(或点击事件最初受约束之后)再用java字母书写“饥饿选择”的超文本。
或者,如果你 re死的评级制度是:
<ul id="star-rating-system">
<li><img href="star.png" alt="star" /></li>
<li><img href="star.png" alt="star" /></li>
<li><img href="star.png" alt="star" /></li>
<li><img href="star.png" alt="star" /></li>
</ul>
然后,可能会出现一个问题,即有两件带有同一身份的照片,这将造成问题。
您是否认为你可以提供更多信息,以便更加清晰? 例如,光彩评级制度的超文本,以及任何关于你如何或是否改变原样Ph的信息。
您的工作是:
$.noConflict();
$(function($) {
//you jquery here
});
I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...
I m trying to find a reusable way to set focus from one text box to another upon enter using ASP.NET, but using client-side JavaScript to do so. The only reason I mention this is to be done in ASP....
I have some Javascript JQuery code that does an Ajax call to the server every 5 mins, it s to keep the server session alive and keep the user logged in. I m using $.ajax() method in JQuery. This ...
Why are my AJAX requests failing? I have a website www.foo.com, and I m running Tomcat on the same server, www.foo.com:8080/services. However, when a file on foo.com makes an ajax call as such: $....
I want to know if there are existing technology that make your 3d models in sketch into virtual tours, using either Ajax or Flash for web presentation. If there s none, which will be a good approach ...
I have a entry form. Below it, I want to show a grid containing existing records. As the user clicks on a row of the grid, the values must get filled in the fields of the form above. Is there any way ...
I have asp.net application where i have a div which showing the value from other site. The value of that site is changing continuously. I want that my div will automatically update in some interval ...
Ok, I m stumped. Basically, this script works fine in FF, but not in IE (6,7 or 8) - in which it returns an "Object doesn t support this property or method" error. Any ideas?: function ...