I want to make $.get() method synchronous in my function. In ajax aysnc : false helps me, now how do i do the same to to $.get()
aysnc : false
$.get()
va
add an object parameter
$.get({ url: 'your-url', async:false });