intropedro
intropedro
I have tried update the attribute 'data-bsm-order' to the current order but it doesn't work: ``` jQuery("#myselect option[selected=selected]").each(function(i, option) { jQuery(option).attr( "data-bsm-order", i); }); ```
This is one example: https://jsfiddle.net/vj13191t/3/ At the beginning: - 1- G - 2- D Move D to 1: - 1- D - 2- G Add X from the input and...
I've also tried updating parameters "data-bsm-order" before adding the new option , but did not work: ``` jQuery("#add_button").click(function() { jQuery("#myselect option[selected=selected]").each(function(i, option) { jQuery(option).attr( "data-bsm-order", i); }); .... }); ```
Same error: ``` shell ❯ hyprctl version Hyprland, built from branch HEAD at commit c5e28ebcfe00a510922779b2c568cfa52a317445 (props: bump ver 0.37.1). Date: Sat Mar 16 14:51:49 2024 Tag: v0.37.1 ``` If i...
I run with 0.39.1 and have problem too. ``` shell ❯ hyprctl version Hyprland, built from branch at commit fe7b748eb668136dd0558b7c8279bfcd7ab4d759 (props: bump version to 0.39.1). Date: Tue Apr 16 16:01:03...
I just came to suggest this feature. I think that could greatly increase productivity using this app. Search only searches the category you see on the screen, not the others.
It would be great functionality. I was looking if it could be exported to that format.