Hello,
There's a nice repo on GitHub at github.com/ItzLevvie/MicrosoftTeams-msinternal/ that lets you pull various versions of Microsoft Teams. You might want to try some of those to see if they work better.
As always, use caution when trusting random scripts on the internet.
Regards,
Aryeh Goretsky
Claude has always had issues with Windows, it prefers MacOS or Linux environments. You can see that with how badly it handles PowerShell commands and the fact up until recently tried using BASH commands in Windows.... That was with both Claude CLI and Claude Desktop. It does work well with a WSL environment to a degree. Not sure if these issue are fully resolved, but given the article I wouldn't be surprised if it hasn't.
Question
Craig Hopson
Hi guys i have a question i have this Jquery function which works fine
$(function () { $(".Movable").sortable({ tolerance: 'pointer', revert: 'invalid', placeholder: 'span2 well placeholder tile', forceHelperSize: true, update: function(event, ui) { order = $('.Movable').sortable("toArray"); $.ajax({ type: 'GET', url: My_Site+'/themes/mytheme-2/ajax.php?task=Order&user_id='+User_ID+'&orderby='+order, timeout: 2000 }); } }); });It saves it into a mysql database under the users_id
SO my question is how do i reverse the function to get the order via AJAX and sort the .Movable class
Thanks
Link to comment
https://www.neowin.net/forum/topic/1159370-bootstrap-jquery-sortable/Share on other sites
1 answer to this question
Recommended Posts