Anyone with a little expertise mind helping me figure out something?
I want each result to open a URL as its action. What's the best way to do that?
In my code, you'll notice I've tried this:
But it still runs code from default.js
Right now, I have something of a hack setup to make it work
I want each result to open a URL as its action. What's the best way to do that?
In my code, you'll notice I've tried this:
- // 'action' => "open.sh",
// 'actionArgument' => $track->href,
But it still runs code from default.js
Right now, I have something of a hack setup to make it work
