jQWidgets jqxScrollView refresh()方法

  • Post category:jquery

以下是关于 jQWidgets jqxScrollView 组件中 refresh() 方法的详细攻略。

jQWidgets jqxScrollView refresh() 方法

jQWidgets jqxScrollView 组件的 refresh() 方法用于刷新滚动视图。

语法

$('#scrollView').jqxScrollView('refresh');

参数

refresh() 方法没有参数。

示例

以下两个示例演示了如何使用 refresh() 方法。

示例 1

$('#refreshButton').click(function () {
    $('#scrollView').jqxScrollView('refresh');
});

在示例 1 中,我们创建了一个按钮,当用户单击该按钮时,refresh() 方法将被调,以刷新滚动视图。

示例 2

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>jQxScrollView Refresh Method</title>
    <link rel="stylesheet" href="https://jqwidgets.com/public/jqwidgets/jqx.base.css" type="text/css" />
    <script type="text/javascript" src="https://jqwidgets.com/public/jqwidgets/scripts/jquery-3.5.1.min.js"></script>
    <script type="text/javascript" src="https://jqwidgets.com/public/jqwidgets/scripts/jqxcore.js"></script>
    <script type="text/javascript" src="https://jqwidgets.com/public/jqwidgets/scripts/jqxbuttons.js"></script>
    <script type="text/javascript" src="https://jqwidgets.com/public/jqwidgets/scripts/jqxscrollview.js"></script>
    <script type="text/javascript">
        $(document).ready(function () {
            $('#scrollView').jqxScrollView({
                width: 300,
                height: 200,
                showButtons: true,
                slideShow: true,
                theme: 'energyblue'
            });

            $('#refreshButton').click(function () {
                $('#scrollView').jqxScrollView('refresh');
            });
        });
    </script>
</head>
<body>
    <div id="scrollView">
        <div><img src="https://jqwidgets.com/public/jqwidgets/styles/images/slider1.jpg" /></div>
        <div><img src="https://jqwidgets.com/public/jqwidgets/styles/images/slider2.jpg" /></div>
        <div><img src="https://jqwidgets.com/public/jqwidgets/styles/images/slider3.jpg" /></div>
        <div><img src="https://jqwidgets.com/public/jqwidgets/styles/images/slider4.jpg" /></div>
    </div>
    <button id="refreshButton">Refresh ScrollView</button>
</body>
</html>

在示例 2 中,我们创建了一个滚动视图和一个用于刷新滚动视图的按钮。当用户单击按钮时,refresh() 方法将被调用,以刷新滚动视图。

注意事项

  • refresh() 方法用于刷新滚动视图。
  • refresh() 方法通过 jqxScrollView 方法调用。
  • refresh() 方法可以与 jqxScrollView 方法一起使用。

总之,refresh() 方法用于滚动视图。以上两个示例演示了如何使用 refresh() 方法。