Posts by Rudy Jordache • 13 points
4 posts
-
0
votes1
answer209
viewsA: Scroll down when you receive new PHP MYSQL AJAX JAVASCRIPT message
you create a variable as soon as the PAGE opens. type var count = 0; then you make a request just to count how many messages there are in DB. if the amount is greater than the count variable vc…
-
0
votes3
answers5016
viewsA: Form validation in modal using Bootstrap
It can yes perfectly, simple : form is out of modal and "Submit" opens modal inserts a "loading of life" into the modal and returns via AJAX the callback (Success) in the modal; $(function(){…
-
0
votes3
answers761
viewsA: Error Calling Jquery function
include the bootstrap file, without instantiating it it n recognizes, if there is conflict because of other libraries, do not forget to use the noConflict() of jQuery.
-
1
votes1
answer234
viewsQ: how to include the video source using javascript
how to include the video source using javascript without printing the final code in the browser (with the element inspector)? I’ve been thinking about several ways, even though I currently deem it…