well explained but one question. When you created updateTextBox(event, ui) function and called it from 'focus' and 'select' event, you didn't pass arguments then how it was able to get the 'event' and 'ui' parameters?
@josephregallis33946 жыл бұрын
Venkat, when do you use a 'post' and when do you use a 'get'? I get confused on this and I haven't heard a good explanation from you on how to choose these.
@Csharp-video-tutorialsBlogspot6 жыл бұрын
Hello Joseph - In addition to GET and POST. We also have PUT and DELETE. The following is the general rule for using these HTTP verbs GET - To retrieve data POST - To create a new item PUT - To update an item DELETE - To delete an item
@josephregallis33946 жыл бұрын
OK. Thanks.
@Graycardin8884 жыл бұрын
Can I use it in Wordpress?
@CodingSquid6 жыл бұрын
Nice example! Is to possible to store/pull the image from the database? Let me guess, absolutely! Many thanks.
@mehmetakifvurucu79408 жыл бұрын
firstly thanks this video. ı have a question. this app run on localhost but not running hosting
@nbtion8 жыл бұрын
This is best tutorial for jQuery Step by Step (Thank)