GitXplorerGitXplorer
t

range-slider-demo

public
2 stars
1 forks
0 issues

Commits

List of commits on branch master.
Verified
a7abde266c82327c91805f5f7d1676ac074529dd

Merge pull request #1 from weaverryan/master

ttacman committed 6 years ago
Unverified
33d162500c2e911707eb39434f4272a158b2ef84

tweaks!

wweaverryan committed 6 years ago
Unverified
114f9b3d7c91b94fbce678d0c001fa25edb7c3df

remove loading fixtures

ttac-survos committed 6 years ago
Unverified
b1ccdee5cfa57afde017ef0b5517c4ad492d7993

add comment about database

ttac-survos committed 6 years ago
Unverified
d9cb4e86a79c47e66da1bff604b6571e37b9e61d

try loading in dev env

ttac-survos committed 6 years ago
Unverified
f1ae5950de78dfd3661d800af02c99742556ba6f

reload fixtures

ttac-survos committed 6 years ago

README

The README file for this repository.

Symfony Demo With RangeSlider

The "Symfony Demo Application" is a reference application created to show how to develop applications following the [Symfony Best Practices][1]. This fork demonstrates using jqueryUI and jqrangeslider. At the moment, it is not working.

The only difference between the symfony demo and this repo is adding the slider, via the following changes

# add the libraries to package.json
yarn add jquery-ui jqrangeslider
# added to /blog/search.html
        <div id="slider">Slider Placeholder</div>
# added to assets/js/search.js
import 'jquery-ui';
import 'jqrangeslider';


$('#slider').dateRangeSlider();

Installation

git clone git@github.com:tacman/range-slider-demo.git
cd range-slider-demo
yarn install
yarn run encore dev

Usage

There's no need to configure anything to run the application. If you have installed the [Symfony client][4] binary, run this command to run the built-in web server and access the application in your browser at http://localhost:8000:

$ cd range-slider-demo
$ symfony serve

Problem

Navigate to the administration site http://127.0.0.1:8000/en/blog/search

Open the browser debugger

TypeError: $(...).dateRangeSlider is not a function[Learn More] admin.22dc4073.js line 11 > eval:21:16