crbarahona / qualtricsDropdownSort

Custom Qualtrics questions to use sort questions with dropdown selector
2 stars 0 forks source link

Qualtrics JFE6 uses native jQuery #1

Open crbarahona opened 6 years ago

crbarahona commented 6 years ago

Previous JFE used it's own selector for $ which returned native dom nodes. With JFE6, $ is now jQuery 2.x.x and returns jQuery objects, breaking some selectors and dom object methods.

crbarahona commented 6 years ago

I've branched the project to create a jfe6 specific version, after which I'll merge by using an external jQuery library and jQuery only methods to standardize across Qualtrics versions.