#15045 closed bug (notabug)
Resizable: Resizable is not working from 1.8.4+ version
Reported by: | tranquilodf | Owned by: | tranquilodf |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.resizable | Version: | 1.12.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
Hi! I am studying jQuery and when I'm trying to make an example of the default format and it is not working when I use versions 1.8.4+. Below is the code to check:
EDITED: Code blocks removed
Change History (7)
comment:1 Changed 53 years ago by
Status: | pending → new |
---|
comment:1 Changed 7 years ago by
Component: | ui.core → ui.resizable |
---|---|
Description: | modified (diff) |
Owner: | set to tranquilodf |
Status: | new → pending |
comment:2 Changed 7 years ago by
Below is the same codes but running locally and remotely running on JSBin. Note that locally it is not working, but when I insert the code in JSBin it works. What can be the problem? It's the same code...
- Picture of local execution:
https://uploaddeimagens.com.br/imagens/codigo_local-png
- Image of remote execution:
https://uploaddeimagens.com.br/imagens/codigo_jsbin-png
- Code Link:
comment:3 Changed 7 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
Well, locally you're running over the file protocol, so things like protocol relative URLs won't work if the resources aren't available locally, which is the case for the libraries you're trying to load.
comment:4 Changed 7 years ago by
Hello, ok on protocol issues, but could tell me why the 1.8.3 version works locally and later versions do not work?
comment:6 Changed 7 years ago by
Hello!
I found out where is the problem.
When we download the package it presents the fault that informed, when I copy the link https://code.jquery.com/jquery-1.12.4.min.js it works normally.
Thanks for the support.
It's working just fine for us: http://jqueryui.com/resizable/
If you're still having problems, please follow the instructions in the red box and provide a reduced test case using jsbin or jsFiddle. DO NOT paste large blocks of code into tickets.