javascript - Swift search function -



javascript - Swift search function -

the next javascript have functions after "swift " same thing. search working on html file not on table every search tutorial have seen does. not asking code translated, although great, after somewhere find out can larn how write similar function me same results. help great.

<script> function findnext () { var str = document.getelementbyid ("findinput").value; if (str == "") { alert ("please come in text search!"); return; } if (window.find) { var found = window.find (str); if (!found) { alert ("the next text not found:\n" + str); } } } </script>

javascript swift search uiwebview

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -